body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/green_background.jpg);
	
}


.BodyText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 14pt;
}

.bodytextbold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bodytext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.attension_text {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #3333FF;
}



.headingtext {
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	color: #000;
}
.heading2 {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #3D5B5F;
	line-height:30px;
}
.heading3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height:22px;
}
.headingtextlist {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #3D5B5F;
	line-height:25px;
	list-style-type: square;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D5DDDF;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D5DDDF;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
}


.email:link {
	background-image: url(buttons/email.gif);
	display: block;
	width: 125px;
	text-align: center;
	height: 34px;
	line-height: 20px;
}
.email:visited {
	background-image: url(buttons/email.gif);
	display: block;
	width: 125px;
	text-align: center;
	height: 34px;
	line-height: 20px;
}
.email:active {
	background-image: url(buttons/email.gif);
	display: block;
	width: 125px;
	text-align: center;
	height: 34px;
	line-height: 20px;
}
.email:hover {
	background-image: url(buttons/email_f2.gif);
	display: block;
	width: 125px;
	text-align: center;
	height: 34px;
	line-height: 20px;
}
.gen-email:link {
	background-image: url(buttons/gen-email.gif);
	display: block;
	width: 125px;
	text-align: center;
	height: 34px;
	line-height: 20px;
}

.gen-email:hover {
	background-image: url(buttons/gen-email_f2.gif);
	display: block;
	width: 125px;
	text-align: center;
	height: 34px;
	line-height: 20px;
}
.text_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #75A2A8;
	text-decoration: underline;
}
.text_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #75A2A8;
}
.text_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #75A2A8;
	text-decoration: none;
}
.text_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #696;
	text-decoration: underline;
}

.form_error_title{
    font-weight: bold;
    color: red;
	font-size: 16px;
}
