body {

	background-color : #000000;
	font-family:"Trebuchet MS,Ariel";
	font-size:13pt;
	font-weight:normal;
	color:white;
	scrollbar-face-color : #336633 ;
	scrollbar-shadow-color : #336633 ;
	scrollbar-highlight-color : #000000 ;
	scrollbar-3dlight-color : #336633 ;
	scrollbar-darkshadow-color : #000000 ;
	scrollbar-track-color : #000000 ;
	scrollbar-arrow-color : #77aa77; 
	}

P {
	font-size:13pt;
	margin-left: .5in;
	margin-right: .5in;
	}

P.caption {
	margin-left: .01in;
	margin-right: .01in;
	}


P.popup {
	margin-left: .01in;
	margin-right: .01in;
	}


OL {
	margin-left: 1in;
	margin-right: 1in;
	}

UL {
	margin-left: 1in;
	margin-right: 1in;
	}


H1 {
	font-family:"Trebuchet";
	font-size:24pt;
	font-weight:bold;
	text-align:center;
	color: #77aa77;
	}
H2 {
	font-family:"Trebuchet";
	font-size:14pt;
	font-weight:bold;
	color:white;
	border-top: 2px solid #77aa77; padding: 2px;
	border-bottom: 2px solid #77aa77; padding: 2px;
	border-left: 0px solid #77aa77; padding-left: 5px;
	background: #336633;
	}

H3 {
	font-family:"Trebuchet MS,Ariel";
	font-size:14pt;
	font-weight:bold;
	text-decoration:underline;
	color:white;
	}
H4 {
	font-family:"Neuropol,Trebuchet MS,Ariel";
	font-weight:normal;
	font-size:12pt;
	text-align:center;
	color:#fe9300;
	}

H5 {
	font-family:"Trebuchet MS,Ariel";
	font-size:8pt;
	font-weight:bold;
	color: #77aa77;
	text-align:right;
	}

IMG {
	border-color: #77aa77;
	border-width=3;
	}

IMG.borderless {
	border-width=0;
	}

IMG.noborder {
	border-width=0;
	}

IMG.left {
	float : left;
	}

IMG.right {
	float : right;
	}



A  { color:#336633;
     text-decoration:none;
     }

#warn a {
	border: 3px solid 000000;
	display: block;
	width: 150px !important;
	padding: 8px;
	margin: 0px;

	color: #77aa77;
	background: black;
	font-family:"Trebuchet";
	font-size:14pt;
	font-weight:bold;
	text-align: center;
	}


A:link  { color:#77aa77; }
A:visited  { color:#aaaaaa; }
A:hover  { color:#ff0000;
           text-decoration:underline;
	 }

#warn a:hover {
	background: #77aa77;
	color: black;
	text-decoration: none;
	text-align: center;
	}


PRE {
	font-family:"Lucida Console,Courier New,Courier";
	font-size:8pt;
	font-weight:normal;
	color:yellow;
	text-align:left;
	}

TABLE { border-collapse: collapse;
        border: 0px solid gray;
	width:85%;
	margin-left:5px;
	margin-right:5px;
        }

TABLE.popup { border-collapse: collapse;
        border: 0px;
	margin-left:0px;
	margin-right:0px;
        }

TABLE:popup { border-collapse: collapse;
        border: 0px;
	margin-left:0px;
	margin-right:0px;
        }


TD {	border-top: 0px solid gray;
    	border-bottom: 0px solid gray;
    	padding: 25px;
	}

TD.imgcell {	border-top: 2px solid gray; padding: 1em;
	    	border-bottom: 2px solid gray; padding: 1em;
		text-align: right;
		}

TD.popup { border-top: 0px; padding: 0em;
	     border-bottom: 0px; padding: 0em;
	}



TD.noborder { border-top: 0px solid black; padding: 1em;
     border-bottom: 0px solid black; padding: 1em;
	margin: 0px;
     }


HR {
	color: #336633;
	}



