/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bg-right {
	background-image: url(../images/splash/bg-right.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg {
	background-image: url(../images/splash/bg-left.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 120%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: inline;
	color: #3E45BA;
	line-height: 150%;
}

a.nav:link { font-weight:bold; font-size:10px; color:#ffffff; text-decoration:none}
a.nav:visited { font-weight:bold; font-size:10px; color:#ffffff; text-decoration:none}
a.nav:hover { font-weight:bold; font-size:10px; color:#ffffff; text-decoration:none}
a.nav:active { font-weight:bold; font-size:10px; color:#ffffff; text-decoration:none}

a:link { font-weight:bold; color:#3D44B8; text-decoration:underline}
a:visited { font-weight:bold; color:#3D44B8; text-decoration:underline}
a:hover { font-weight:bold; color:#000000; text-decoration:underline}
a:active { font-weight:bold; color:#3D44B8; text-decoration:underline}

.border {
	border: 1px dashed #D0D2EE;
}
