a:link {color: #000066; text-decoration: none}
a:active {text-decoration: none}
a:visited {color: #000066; text-decoration: none}
a:hover {color: #0066CC; text-decoration: underline}

.body_text {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.on_green_text {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFFFF}
.on_green {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000}
.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.on_green_small {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.on_black {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF}
.on_black_header { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF ; font-weight: bold}

.ul {  list-style-type: disc; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; list-style-image: none}
.on_white { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
.on_black_small { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF }
.on_white_table_header {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF}
.on_white_table_header_bold { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF ; font-weight: bold}

.MenuItem {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	border-color: White;
	border-width: 1px;
	border-style: solid;
	padding: 2px 5px 2px 15px;
	cursor: hand;
	background: White;
	behavior:url(hover.htc)
}

.MenuItemOver {
	background: #CECECE;
	border-color: #808080;
	color: #CC6600;
}

.MenuItemClick {
	background: #808080;
	border-color: #808080;
	color: #CC6600;
}

.TextBox		
{
	font-family:arial; 
	font-size:9pt; 
	color:black; 
	background-color:grey; 
	border:black; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}