a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}
a:hover {
	color: #339900;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
}
a.menu:hover {
	color: #339900;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

H1 {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px; }

H3 { COLOR: #63B719;  } 


BODY { 
font-family:  Arial, Helvetica, sans-serif;
}

div.desc {
	font-family:  Arial, Helvetica, sans-serif;
	color: #666666;
	width: 400px;
	height: 150px;
	border: 1px solid #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}

#visible {
	overflow: visible;
}

#hidden {
	overflow: hidden;
}

#scroll {
	overflow: scroll;
}

#auto {
	overflow: auto;

}
