/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}
.main_font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.email_font {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}
.main_header { 
background-image:url(images/main_header.jpg);
background-repeat:no-repeat 
} 
.main_repeat { 
background-image:url(images/main_repeat.jpg);
background-repeat:repeat-y
} 
.main_footer { 
background-image:url(images/main_footer.jpg);
background-repeat:no-repeat 
} 
input.button {
background-color: #F7E30A; 
border: 1px solid; 
border-color: #3C3CFF; 
font-weight: bold; 
font-size: 12px; 
color: black;
}
input.box {
	background-color: #EB8A20;
	border: 1px solid #3C3CFF;
	font-size: 13px;
	color: #ffffff;
	padding-left: 2px;
}
a:link,a:active,a:visited {
	color : #0000FF; text-decoration: none;
}
a:hover	{
	text-decoration: underline; color : #F79323; 
}
.highlight{
	font-weight: bold;
}