html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
a:link { font-family: Tahoma; color : #999; text-decoration : underline; font-weight: bold;}
a:active { font-family: Tahoma; color : #999; text-decoration : none;}
a:visited { font-family: Tahoma; color : #999; text-decoration : none; font-weight: bold;}
a:hover { font-family: Tahoma; color : #80CE00; text-decoration : none; background-color: #444444;}
.smltxt {
	font-family: Tahoma;
	font-size: 8.5pt;
	font-weight: normal;
	color: #000000;
}
.smltxtb {
	font-family: Tahoma;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
}
.smltxtbw {
	font-family: Tahoma;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
}
.smltxtw {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FFFFFF;
}
.normaltxt {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.normaltxtb {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.h3 {
	font-family: Tahoma;
	color: #000000;
}
#navcontainer { width: 191px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma;
font-size: 10pt;
}

#navcontainer a
{
display: block;
padding: 2px;
width: 191px;
height: 25px;
background-color: #444444;
border-bottom: 1px solid #FFF;
border-left: 5px solid #444444;
}

#navcontainer a:link, #navlist a:visited
{
color: #80CE00;
text-decoration: none;
font-family: Tahoma;
}

#navcontainer a:hover
{
background-color: #333333;
color: #FFFFFF;
font-weight: bold;
border-bottom: 1px solid #FFF;
border-left: 5px solid #80CE00;
}
