@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color: #870a4a;
}


.inputBox  {
color: #000000;
background: #FFFFFF;
border-top: 1px solid;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
font-family : Tahoma, Arial;
font-size: 11px;
border-color: #000000;
}

.inputBoxBold  {
color: #000000;
background: #FFFFFF;
border-top: 2px solid;
border-bottom: 2px solid;
border-left: 2px solid;
border-right: 2px solid;
font-family : Arial;
font-size: 14px;
border-color: #000000;
font-weight: bold;
}

.error {
    color:#FF0000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.headings {
	font-size: 24px;
	color: #870a4a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.contact_headings {
	font-size: 14px;
	color: #870a4a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	

}

.contact_headings_white {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;


}


.body_text_white_small {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	text-decoration: none;

}

.body_text {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}

.body_text a:link {
	font-size: 12px;
	color: #870a4a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	text-decoration: underline;
}

.body_text a:visited {
	font-size: 12px;
	color: #870a4a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	text-decoration: underline;
}

.body_text_small_black {
	font-size: 11px;
	color: #820a48;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 22px;
}

.body_text_small_black a:link {
	font-size: 11px;
	color: #820a48;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 22px;
	text-decoration: underline;
	font-weight: bold;
}

.body_text_small_black a:visited {
	font-size: 11px;
	color: #820a48;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 22px;
	text-decoration: underline;
	font-weight: bold;
}

.body_text_small_pink {
	font-size: 11px;
	color: #E10076;
	font-family: Tahoma, Arial;
	text-decoration: none;
	line-height: 18px;
}

.whitesmall {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	text-decoration: none;
}

.footercounter {

	color: #870B4A;
	text-align: center;
	}
