h1, h2, h3 {
	font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #0066CC;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #0066CC;
}

h3 {
 	font-size : 10pt;
 	font-weight : bold;
 	color : #0066CC;	
}

p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
}

ul, ol {
	font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Trebuchet MS", "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #0066CC;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #0066CC;
}

A:Active  {
	color : #0066CC;
	text-decoration : none;
}

A:Hover  {
	text-decoration : none;
	color : #0066CC;
	font-weight : bold;
}

.cal  {
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color : #000000;
	margin-top : 0;
	margin-bottom : 0;
}

.copy  {
	font-size : 8pt;
	color : #000000;
	margin-top : 0;
	margin-bottom : 0;
}

#navcontainer
{
width: 12em;
border-right: 1px solid #0066CC;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Trebuchet MS, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #0066CC;
color: #FFFFFF;
}

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

#navcontainer li
{
border-bottom: 1px solid #0066CC;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #3399FF;
border-right: 10px solid #0066CC;
background-color: #0066CC;
color: #FFFFFF;
text-decoration: none;
width: 100%;
}

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

#navcontainer li a:hover
{
border-left: 10px solid #3399FF;
border-right: 10px solid #3399FF;
background-color: #99CCFF;
color: #000000;
}
