/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#091C4F;
}

.darkblue {background-color:#091C4F;}
.lightblue {background-color:#137CB6;}

.titleline {
	font-size:56px;
	font-style: normal;
	color:#000;
	font-family:Arial, Verdana, sans-serif;
	font-weight: bold;
}

.subtitleline {
	font-family: Verdana, sans-serif;
	font-size:20px;
	color:#FFF;
}

td.titlebar {
	background-image: url(images/bluefade-2.jpg);
}

table.footerimg {
	background-image:url(images/bluefade-reverse.jpg);
	background-repeat:repeat-x;
}




td.hotbutton_sel {
	background-color:#644323;
	color:#FDE3AF;
}

.navigation {
	font-size:12px;
	font-style: normal;
	font-weight: bold;
}

.navigation:link, .navigation:visited {
	color:#C6DDEB;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 180px;
	text-decoration: none;
	background-color: #091C4F;
}

.navigation:hover {
	color: #660000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 180px;
	text-decoration: none;
	background-color: #F1CA77; 
}


.footer {
	font-family: Verdana, sans-serif;
	font-size:14px;
	color: #FFF;
	font-weight: normal;
}

.footer-hlt {
	font-family: Verdana, sans-serif;
	color: #FFC;
	font-size:20px;
	font-weight: normal;
}





