body {
  SCROLLBAR-FACE-COLOR: #FFFFFF;
  SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
  SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
  SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
  SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
  SCROLLBAR-ARROW-COLOR: #999999;
  SCROLLBAR-TRACK-COLOR: #FFFFFF;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	line-height: 25px;
	text-decoration: none;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #999999;
	text-align: left;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
	letter-spacing: 1pt;
	text-decoration: none;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	border: 1px solid #666666;
}


a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
