
@charset "utf-8";
/* CSS Document */

body {
	background-color: #cccccc;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	background-image: url(images/navbg.gif);
	height: 65px;
	width: 800px;
	margin: auto;
}

li {
	float: left;
}

ul a {
	background-image: url(images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
	padding-left: 9px;
	display: block;
	line-height: 65px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}

ul a.last {
	background-image: none;
	padding-right: 8px
}

ul a:hover, a.last:hover {
	color: #cc0033;
	background: url(images/navdivider.gif) repeat-x;
}

.blacknormal {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.bluenormal {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000066;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.bluenormal11 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
.bluebold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.blackbold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.bluesubhead {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.blacksubhead {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.whitesubhead {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-decoration: none;
}
.whitefine {
	font-family: Arial;
	font-size: 9px;
	color: #ffffff;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-decoration: none;
}
.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.blacksubhead a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00F;
	text-decoration: none;
}
	
