/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #5E6874;
}
.style3 {
	font-size: 12px;
	padding:10px
}
.splash {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
	background-image: url(../images/SPLASH3_03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	padding: 20px;
	margin: 10px;
}
.splash2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
	background-image: url(../images/vurtur_splash2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.splashleft {
	background-image: url(../images/leftsplashbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.splashright {
	background-image: url(../images/rightsplashbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
a:link, a:visited {
	font-weight:normal;
	color:#ECF0F4;
	text-decoration: none;

}
a:hover {
	text-decoration:underline;
	color:#D2E1F0;
}
