	BODY {
	color: #ccffff;
	background-color: #215E22;
	font-family: "arial";
	font-size: 12pt;
	text-align: left;
	scrollbar-3d-light-color: #CCFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #336600;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #336600;
	scrollbar-highlight-color: #7CA85B;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #336600;
}
    H1, H2 {
	font-family: "arial";
	font-variant: small-caps;
	text-align: center;
	background-color: #40724A;
	color: #ccffff;
	padding: 4px;
	width: 100%;
}
	H3, H4 { 
		font-family: "arial";
		font-variant: small-caps;
		background-color: #40724A;
		color: #ccffff; 
		padding: 4px;
		width: 50%;
	}
	A {
		color: #00dd00; text-decoration: none;
	}
	
	A:Hover {
		color: #ccffff; background: #00dd00;
	}
a.button, a.button:visited {
	display: block;
	text-align: center;
	width: 90px;
	height: 20px;
	font-size: 12px;
	background: url(img/btn-lnk-og.png) no-repeat center;
	color: #00dd00;
	text-decoration: none;
}
a.button:hover {
          color : #ccffff;
			 text-align: center;
	       background : url(img/btn-hvr-og.png) no-repeat center;
      }

	HR {
		height: 1pt;
	}

	table {
			width: 75%;
	}
