a {
 color:green;
 text-decoration: underline; 
}

a:hover {
 color:green;
 text-decoration: none; 
}

BODY  {
	font-size:10pt;
	line-height:12pt;
	font-family: serif;
SCROLLBAR-FACE-COLOR: white;
SCROLLBAR-HIGHLIGHT-COLOR: green;
SCROLLBAR-SHADOW-COLOR: green;
SCROLLBAR-3DLIGHT-COLOR: white;
SCROLLBAR-ARROW-COLOR: green;
SCROLLBAR-TRACK-COLOR: white;
SCROLLBAR-DARKSHADOW-COLOR: white;
 }
  
STRONG {
	color: #ffffff;
	font-size: 8pt;
	line-height: 8pt;
	font-family: times, serif;
	font-weight: Bold;
}

SMALL {
	font-size:10pt;
	line-height: 12pt;
	font-family: serif;
	color: Black
}

SMALL.headline {
	font-size:12pt;
	line-height: 12pt;
	font-family: serif;
	color: green

}

SMALL.nav {
	font-size:10pt;
	line-height: 12pt;
	font-family: arial, san-serif;
	color: green
}

small.news {
	color: #ffffff;
	font-size: 9pt;
	line-height: 11pt;
	font-family: times, serif;
	font-weight: Bold;
}

H3 {
  color: black;
  font-size: 11pt;
  line-height: 13pt;
  font-family: times, serif;
  font-weight: Bold;
}

H6 {
  font-family: Arial, sans-serif ;
  font-size: 11pt;
  line-height: 13pt;
  font-weight: Bold;
  color: black;
}

BIG {
	font-size:8pt;
	line-height: 12pt;
	font-family: times, serif;
	color: gray;
  	font-weight: Bold;
}

HR {
 color: #630073; 
 height: 2px;

}

SELECT {
 font-family: times, serif;;
 font-size:12pt;
 font-style:bold;
 background-color: #630073;
 border-style: inset;
 color: white
}

