body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
    color: #06C;
	background: transparent;
	text-decoration: none;
}
a:link {
    color: #06C;
	background: transparent;
	text-decoration: none;
}
a:hover {
    color: #06C;
	background: transparent;
	text-decoration: underline;
}
.caption {
	font-size: 10px;
	font-style: italic;
	line-height: normal;;
	font-variant: normal;
	color: #333;
}
.content {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	color: #333;
}
.contentNoLineSpace {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #333;
}
.footerCaption {
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	color: #696;
}
.list {
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	color: #333;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	list-style-image: url(../images/misc/bullet.gif);
}
.mobileTableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	font-variant: normal;
	color: #fff;
}
.mobileRowHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-variant: normal;
	color: #fff;
	font-weight: normal;
}
.mobileRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-variant: normal;
	color: #666;
	font-weight: normal;
}
.sidebar {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06C;
	line-height: 15px;
}
.subnav {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06C;
	line-height: 15px;
}

<!--
/* BEGIN NAV MENU */

#navcontainer
{
width: 165px;
border-right: 0px solid #000;
padding: 0 0 1em 0;
margin-bottom: 4px;
background-color: #9cf;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: None;
}

#navcontainer li
{
border-bottom: 0px solid #FF9900;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 4px 4px 4px 0.5em;
border-left: 8px solid #9cf;
border-right: 8px solid #9cf;
background-color: #06C;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 8px solid #f9c;
border-right: 8px solid #f9c;
background-color: #c00;
color: #fff;
}
/* END NAV MENU */
-->