body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFF0;
}
a:link { font-family: Tahoma; color : #EE820B; text-decoration : underline; font-weight: bold;}
a:active { font-family: Tahoma; color : #EE820B; text-decoration : underline;}
a:visited { font-family: Tahoma; color : #EE820B; text-decoration : underline; font-weight: bold;}
a:hover { font-family: Tahoma; color : #527A8F; text-decoration : none;}
.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;
}
.normaltxtbw {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.h3 {
	font-family: Tahoma;
	color: #000000;
	font-size: 16pt;
}
#navcontainer { width: 160px; }

#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: 160px;
height: 20px;
background-color: #6B95AB;
border-bottom: 1px solid #FFF;
border-left: 5px solid #D0D0D0;
}

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

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