.bluetxt {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: 000080;
	text-decoration: none;
}
a:hover.bluetxt {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: FF0000;
	text-decoration: underline;
}
.genbold {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover.genbold {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.genwhite {

	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.links {


	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a:hover.links {


	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}
.gen {


	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.genboldbrown {

	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;
}
.gengray {



	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
a:hover.gengray {



	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.gensmall {



	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#navcontainer { width: 150px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

