BODY {
	background : #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left : 0%;
	margin-top : 2%;
	scrollbar-face-color: #999999; 
	scrollbar-shadow-color: #999999; 
	scrollbar-highlight-color: #999999; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #555555; 
	scrollbar-arrow-color: #0BE200;
}

P {
	font-size: 9pt;
	color: #000000;
}

P SMALL {
	font-size: smaller;
	color: #555555;
}

P EM {
	font-weight: bolder;
	font-style: normal;
}

P CODE {
	font-size: 9pt;
	color: #0BE200;
}

H1 {
	background-color: #000000; 
	text-indent: 5px;
	font-size: 12pt;
	font-weight: bold;
	color : #00FF33;
	width: 100%;
}

H2{
	background-color: #000000;
	text-indent: 5px;
	font-size: 12pt;
	font-weight: bold;
	color : #00FF33;
}

H2 EM {
	color: #08A900;
	font-style: normal;
}


H3 {
	font-size: 11pt;
	font-weight: bold;
	color : #08A900;
}

H4 {

}

H5 {

}

H6 {

}

A {
	color : #08A900;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

A:VISITED {
	color : #08A900;
	text-decoration : none;
}

A.small {
	font-size: smaller;
}

A:HOVER {
	color : #056300;
	text-decoration : underline;
}

UL {
	font-size: 9pt;
}

OL {
	font-size: 9pt;
}

OL EM {
	font-weight: bolder;
	color: #08A900;
	font-style: normal;
}


TEXTAREA {
	border: #666666 2px solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	background-color : #C4C6C8;
}

INPUT {
	border: #666666 1px solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	background-color : #C4C6C8;
}

SELECT {
	border-right : #666666 1px solid;
	border-top : #666666 1px solid;
	border-left : #666666 1px solid;
	border-bottom : #666666 1px solid;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	background-color : #C4C6C8;
}

/*    Table Styles    */

TR.lite {
	border : #777777 1px solid;
	font-weight : normal;
	font-size: 9pt;
	color : #000000;
	background-color : #444444;
}

TR.dark {
	border : #555555 1px solid;
	font-weight : normal;
	font-size: 9pt;
	color : #000000;
	background-color : #222222;
}

TD {
	font-size: 9pt;
	color: #000000;
}

TD.main {
	border : #666666 1px solid;
	background-color: #EBEBEB;
	/*background-image: url(../graphics/bkgrnd.gif);*/
	/* background-image: url(../graphics/main_td_bkgrnd.gif); */
}

.newstitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #08A900;
	font-weight : bolder;
}

.attn {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	color : Red;
}

OL CODE {
	color: #08A900;
	font-size: 9pt;
}






