@charset "UTF-8";
/* CSS Document */

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #0000;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #003366;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}


.bodylinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

.bodylinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: center;
	float: left;
	height: 35px;
	width: 125px;
	background-image: url(../images/buttons/css_image1.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
	font-weight: bold;
}
#nav a:hover {
	background-image: url(../images/buttons/css_image2.jpg);
	background-repeat: no-repeat;
}
#menu {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#menu li {
	font: 12pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #2d4863;
	border-bottom: 10px solid #393939;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("../images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}