/* CSS Document */

td {
	font: 11pt/20px Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font: bold 18pt Verdana, Arial, Helvetica, sans-serif;
	color: #01539D;
}

h2 {
	color: #01539d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

a {
	color: #AB1814;
}

a:hover {
	color: #AB1814;
	text-decoration: underline
}

.address {
	font: 8pt verdana;
	color: #5A5A5A
}

.bottomnav {
	font: bold 7pt verdana;
	color: #454745
}

.bottomnav a {
	font: bold 7pt verdana;
	text-decoration: none;
	color: #454745;
}

.bottomnav a:hover {
	text-decoration: underline;
	color: #454745;
}

.address {
	font: 8pt verdana;
	color: #000000
}
.navigation {
	background-color: #FFC;
	z-index: 1;
	text-align: left;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}
.navigation ul li {
	margin: 0px;
	padding: 0px;
	
}
.navigation ul li a {
	background-color: #00549C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 195px;
	display: block;
}
.navigation ul li a:hover {
	background-color: #6AB4E2;
	color: #FFF;
	text-decoration: none;
}
/*.navigation ul li a:visited {
	background-color: #6a94e2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	width: 195px;
}*/
