
.navitem {
	font-size : 9pt;
	font-family : Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	background-color : #0066CC;
	color : White;
	padding-left : 10px;
}

.maintext {
		font-size : 9pt;
		font-family : Arial, sans-serif;
		font-weight : normal;
		font-style : normal;
		color : Black;
}

.blackbackground{
	background-color : Black;
	min-width : 150px;
}

.bluebackground {
	background-color : #0066cc;
	color: White;
	height : 20px;
}

.navigationlinks{
	padding-left : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-variant : small-caps;
	font-weight : bold;
	color: White;
}

.navigationlinks a:link {
	color: White;
	text-decoration: none;
}

.navigationlinks a:visited {
	color: White;
	text-decoration: none;
}

.navigationlinks a:hover {
	color: Yellow;
	text-decoration : none;
}

.navigationlinks a:active {
	color: White;
	text-decoration: underline;	
}

.westnile a:link {
	color: #CC3333;
	text-decoration: none;
}

.westnile a:visited {
	color: #CC3333;
	text-decoration: none;
}
.westnile a:hover {
	color: #CC3333;
	text-decoration: none;
}
.westnile a:active {
	color: #CC3333;
	text-decoration: underline;
}

.main {
	border : 2px groove Gray;
	width : 450px;
	padding : 5px;
}

.anchors {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}