@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: lower-roman;
}
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
a.whitetext {
	color: #FFFFFF;
	text-decoration: none;
}
.headergray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
a.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D7194;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#menu a:link, #menu a:visited {
	display: block;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	line-height: 14px;
	}

#menu a:hover{
	background-color: #6684a3;
	background-image: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #4D7194;
}

a:hover {
	color: #9AB7C0;
}
.whitesmall {
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {font-size: 10px}
.style2 {font-weight: bold}






.boxlink {
	padding: 8px;
	border: 1px solid #003366;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}


.boxlink a:hover {
	background-color: #EEEECB;
}
.whitecentre {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.red { color: #F00; }
