.topnav a
	{
	color : #FFFF99;
	style : bold;
	font-size : 12px;
	text-align : right;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left; line-height: 120%;
; font-weight: 400; padding-bottom: 10px
; margin-bottom: 10px
	}


.topnav a:link
{
text-decoration: none; color: #ffff99;
; border-color: black black #000000; border-bottom-width: 15px
}

.topnav a:visited 
{text-decoration: none; color: #ffff99;
}

.topnav a:active 
{
text-decoration: none; color: #ffff99;
}

.topnav a:hover 
{
text-decoration: none; color: #F2EDD0;
}

.body
	{
	color : #000000;
	font-size : 10pt;
	line-height : 120%;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
        list-style-type: square;
; left: 10px; clip:  rect(   )
	}

A:link {text-decoration: none; color:990000;}
A:visited {text-decoration: none; color:990000;}
A:active {text-decoration: none; color:990000;}
A:hover {text-decoration: underline; color: #990000;}



