@charset "utf-8";
/* CSS Document */

body{

	background-color:#000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 18px;

	color: #ffffff;

}

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

a:link {

	color: #ffffff;

}

a:visited {

	color: #ffffff;

}

a:hover {

	color:#FF9900

}

a:active {

	color: #ffffff;

}



.adminLoginBX{

	border: 1px solid #865700;

	padding: 3px 12px 3px 12px;

	background : #FF8C00;

}



.adminLogin{

	border: 1px solid #CA6500;

	padding: 3px 12px 3px 12px;

	background : #FFF8D2;

}



.submitBTN{

	border: 1px solid #865700;

	padding: 3px 5px 3px 5px;

	background:#FF9900;

	height: 25px;

	width: 100px;	

}





.backgroundSurvey{

	background-color:#000000;

	background-attachment:fixed;

	background:url(../images/bkgrnd.jpg);

	background-position:top;

	background-repeat:no-repeat;

}



.bold{

	font-weight:bold;

}



.asterix{

font-size:18px;

}

.style1 {
	font-size: 11px;
	font-style: italic;
}

.required{

	color:#FF9900;

	font-size:12px;

}



.whitecopy{

	color:#FFFFFF;

}



.legTitle{

	font-size: 24px;

	font-weight:bold;

	float: right;

	height: 30px;

	clear:none;

	color:#FF9900;

	z-index: 100;

	position:relative;

}



.headerSectionTitle{

	background-image:url(../images/header.jpg);

	background-repeat:no-repeat;

	padding-left:25px;

	padding-right:10px;

	height:32px;

	color:#FFFFFF;

	font-size:16px;

	font-family:Arial, Helvetica, sans-serif;

	font-weight:bold;

	text-align:left;

	vertical-align:middle;

}



.headerMNU a:hover, .headerMNU a:link, .headerMNU a:visited, .headerMNU a:active{

	font-size:11px;

}



td hr {

 height: 1px;

 color: #FF9900;

 border: none;

 border-top: 1px solid #FF9900;

}