html, body, div, table, tr, td, p, form, img, h1, h2, h3, h4, h5, h6, input 
{ 
	font-family: Verdana,Tahoma,sans-serif; 
	font-size: 10pt; 
	padding: 0px; 
	margin: 0px;
	background-color: #f0fff0;
	background-position:left top; 
	background-repeat:no-repeat; 
}
a, .visited, .hover
{
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 8pt; 
	color: #003399;
	margin-right:1px;
	margin-bottom:6px;
	text-decoration:underline;
	background:transparent;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: white;
}
.content, .visited, .hover
{
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 11pt; 
	color: #003399;
	margin-right:1px;
	margin-bottom:6px;
	text-decoration: none;
	background:transparent;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: white;
}
.MenuLink
{
	background-color: Transparent;
	font-family: Arial, Helvetica,helv, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: Black;
	text-decoration: none;
	cursor: hand;
}
.MenuLink:visited  
{
	font-family: Arial, Helvetica,helv, verdana, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.MenuLink:hover
{
	font-family: Arial, Helvetica,helv, verdana, sans-serif; 	
	font-size: 16px;
	font-weight: bold;
	color: #EFA208; 
	text-decoration: none;
	text-indent: 0;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #EFA208;
}
button
{
    font-weight:bold;
    width: 100pt;
}