h1, h2, h3 {
	font-family : "Verdana", "Tahoma", "Arial";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #990033;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #990033;
}

h3 {
 	font-size : 10pt;
 	font-weight : bold;
 	color : #990033;	
}

p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
}

ul, ol {
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #333399;
	text-decoration: underline;
}

A:Visited  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #333399;
}

A:Active  {
	color : #333399;
	text-decoration : none;
}

A:Hover  {
	text-decoration : none;
	color : #699FF;
	font-weight : bold;
}


.copy {
	font-size : 8pt;
	color : #FFFFFF;
	font-family : "Verdana", "Tahoma", "Arial", "sans-serif";

}


#navcontainer { width: 200px; }

#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: 175px;
background-color: #6699FF;
border-bottom: 1px solid #ffffff;
}

#navcontainer a:link, #navlist a:visited
{
color: #333399;
text-decoration: none;
font-weight : bold;
font-size : 12pt;
}

#navcontainer a:hover
{
background-color: #333399;
color: #ffffff;
font-weight : bold;
font-size : 12pt;
}