h1 
{
	font-size: 18px;
	color: #ffcc00; 
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 
{
	font-size: 16px;
	color: #ffcc00;
	margin-top: 0px;
	margin-bottom: 3px;
}

h3 
{
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

hr
{
	margin-top:20px;
	width:100px;
	color:#ffcc00;
}

.content 
{
	padding:10px 10px 10px 10px;
	color: #ffcc00;
	font-family: Arial;
	font-size:11.0pt;
	width:975px;
	border:solid 1px #ffcc00;
}

.content img{border:solid #ffcc00 1px;}
.content td, .content li{color: #ffcc00;font-size:11.0pt;}

a{color:#ff9900;text-decoration:none;font-weight:bold;}
a:hover{color:#ff9900;text-decoration:underline;}

input.text.light_green
{
	background-color:#bedfbe;
}
input.radio.light_green
{
	background-color:#bedfbe;
}
textarea.green
{
	width:326px;
	height:75px;
	background-color:#bedfbe;
}

