.nav:link {
    color           : white;
	text-decoration	: none;
	font-size		: 8pt;
	font-family 	: Verdana,Helvetica,sans-serif;
	padding         : 4px;
	width			: 95px;
	border-width    : 1px;
    border-color    : darkblue;
	
}

.nav:visited {
	color			: white;
	text-decoration	: none;
	font-size		: 8pt;
	font-family 	: Verdana,Helvetica,sans-serif;
	padding         : 4px;
	width			: 95px;
	border-width    : 1px;

}

.nav:active {
    color           : white;
	border-width     :1px;
	text-decoration	: none;
	font-size		: 8pt;
	font-family 	: Verdana,Helvetica,sans-serif;
	padding         : 4px;
	width			: 95px;

}

.nav:hover {
	color			: white;
	text-decoration	: none;
	font-size		: 8pt;
	background      : black;
	font-family 	: Verdana,Helvetica,sans-serif;
	padding         : 4px;
	width			: 95px;
	border-width    : 1px;
}

.topnav:link {
	color			: Blue;
	text-decoration	: none;
	font-size		: 8pt;
	font-family 	: Arial,Helvetica,sans-serif;
}

.topnav:visited {
	color			: Blue;
	text-decoration	: none;
	font-size		: 8pt;
	font-family 	: Arial,Helvetica,sans-serif;
}

.topnav:active {
	color			: Blue;
	text-decoration	: none;
	font-size		: 8pt;
	font-family 	: Arial,Helvetica,sans-serif;
}

.topnav:hover {
	color			: Black;
	text-decoration	: underline;
	font-size		: 8pt;
	font-family 	: Arial,Helvetica,sans-serif;
}

DIV.Normal
{
 border:1px solid #000000; 
 margin-top:0px; 
 margin-bottom:0px; 
 margin-right:0px; 
 margin-left:0px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
}

Font.Small
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}

Font.Normal
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

Font.Large
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 12pt;
}

Font.Large4
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 12pt;
}

Font.Large5
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:bold;
	font-size: 12pt;
}


.button
{
  color:Navy;
  background-color:#f1f1f1;
  border-color:AliceBlue;
  text-decoration: none;
  font-family : Arial,Helvetica,sans-serif;
}

BODY /* Internet Explorer */
{
    text-align: center; /*IE */
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #D1D1D1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

HR.Normal
{
 color: #000000;
}

INPUT.Normal
{
 font-family: verdana, arial, sans-serif; 
 font-size: 8pt;
}


