.content {
	padding-bottom: 40px;
	padding-left: 10px;
	margin-top: 10px;
	line-height:18px;
	float: left;
	width:580px;
	overflow: hidden;
}
.content P {
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}
.content A {
	text-decoration: underline;
	color: #00a790;
}
.content A IMG{
	border: 0px;
}
.content A:hover {
	text-decoration: none;
}
.content H1 {
	font-size: 16px;
	font-weight: bold;
}
.content H2 {
	font-size: 14px;
	font-weight: bold;
	color: #00a790;
}
.content H3 {
	font-size: 14px;
	font-weight: bold;
}
.content UL {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
.content LI {
	list-style:square;
	color: #5269b5;
	margin-top: 3px;
	margin-bottom: 3px;
}
.content LI A{
	color: #00a790;
	text-decoration:none;
}
.content LI A:hover{
	text-decoration:underline;
}
.content UL UL{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.content DIV.highlite {
	background-color: #00a790;
	color: #FFFFFF;
	border: 1px solid #5269b5;
	margin: 10px 60px 10px 60px;
	padding: 10px;
}
.content DIV.highlite A{
	color: #FFFFFF;
}
.content INPUT,TEXTAREA {
	border: 1px solid #5269b5;
}
.content INPUT.required {
	border: 1px solid #FF0000;
}
.content TEXTAREA {
	width: 143px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 60px;
}
.content TEXTAREA.required {
	border: 1px solid #FF0000;
}
