body 
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#CCFFCC;

}	

h1
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

h3
{
	font-size: 20px;
}

h4
{
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	padding-left: 10px;
}

a 
{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

a:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #000000
}

p
{
	text-align: left;
}

p, img 
{
text-decoration: none;
border: 0px;
}

table{
text-align: center;
margin-left: auto;
margin-right: auto;
width: 60%;
font-family: verdana, arial, sans-serif;
font-size: 12px;
border-color: #66CC66;
border-style: solid;
border-width: 1px;
}

td
{
text-align: left;
background-color: #FFFFFF;
padding: 3px;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.centralbox
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	border-color:#66CC66;
	border-style: solid; 
	border-width: 1px; 
	padding: 5px; 
	background-color: #FFFFFF;
}

.greentxt
{
	color: #66CC66;
	font-weight: bold;
}

.smalltxt
{
	font-size: 9.5px;
	font-family: arial, verdana, sans-serif;
}

.smallbox
{
	border-color:#66CC66;
	border-style: solid; 
	border-width: 1px;
	background-color: #CCFFCC;
	width: 250px; 
	margin: 15px;
	padding: 5px;
	height: 160px;
}

DD
{
	text-align: left;
}