body {
	background-color: #10518A;
	background-image: url(images/bg_splash2.gif);
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 10;
}

a { text-decoration: none; color: #FF0000; }
a:visited {}
a:hover { text-decoration: underline; color: #006699; }

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	padding-left: 10;
}

.titleSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	padding-left: 10;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10;
}

.contentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10;
}

.contentBold {
	font-weight:bold;
}

a.backbutton { text-decoration: none; border: solid 1px #999; padding: 2px; background: #CCC; color: #333333; }
a.backbutton:visited {}
a.backbutton:hover { background: #FFF; color: #999; }

.floatright { 
	float: right;
	padding-left:10px; 
	padding-top:10px;
	padding-bottom:10px;
}

.button-form-main { 
	color: #333333; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #97b1d0; 
	word-spacing: 2px; 
	letter-spacing: 1px; 
	padding: 1px; 
	border: dotted 1px #333333; 
	width: 75px }
