body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.normal_text {
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
}
.normal_text A {
	COLOR: #FF0000;
	text-decoration: none;
	font-size: 12px;
}
.normal_text A:hover {
	COLOR: #666666;
	text-decoration: underline;
}
.small_text {
	FONT-SIZE: 10px;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
}
.small_text A {
	COLOR: #FF0000;
	text-decoration: none;
	font-size: 10px;
}
.small_text A:hover {
	COLOR: #666666;
	text-decoration: underline;
}
#footer {
	width: 100%;
	background-color: #DDE4F4;
	background-image: none;
}
.footer {
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.footer A {
	COLOR: #666666; TEXT-DECORATION: none
}
.footer A:hover {
	COLOR: #176EE1;
	text-decoration: underline;
}
.title_text {
	FONT-SIZE: 12px;
	COLOR: #0D7F05;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.title_text A {
	COLOR: #0D7F05;
	text-decoration: none;
}
.title_text A:hover {
	COLOR: #FF9900;
	text-decoration: underline;
}
.highlight_text {
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.highlight_text A {
	COLOR: #FF0000;
	text-decoration: none;
}
.highlight_text A:hover {
	COLOR: #FF9900;
	text-decoration: underline;
}
.header {
	FONT-SIZE: 16px;
	COLOR: #FF0000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}
.header A {
	COLOR: #FF0000;
	text-decoration: none;
}
.header A:hover {
	COLOR: #FF9900;
	text-decoration: underline;
}
.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;
	background-color: #109C05;
	border: 1px solid #0D7004;
}
.form_button {
	background-color: #109C05;
	border: 1px solid #096802;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#border {
	border: 1px solid #0B6704;
}

