body {
  	background-color: #ffffff;
  	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
}

.page_heading {
	font-size:8pt;
	font-weight:bold;
	color:#a99337;
}

.sub_heading {
	font-size:8pt;
	font-weight:bold;
	color:#a99337;
}
a {
	font-size:8pt;
	text-decoration:underline;
	color:#0c7dac;
}
a:hover {
	color:#ffffff;
	background-color:#0c7dac;
}

td {
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
}

input {
	color:#666666;
	font-size:8pt;
	margin-top:2px;
}


select, option {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	color:#666666;
	font-size:9pt;
	width:210px;
}

.required {
	color:#d71920;
}



.messageBackgroundStyle {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	background:#FFFFFF;
	color:#000;
	width:700px;
	height:550px; 
}

.messageStyle {
	color:#6DAFC9;
	font-family:Arial, Helvetical, sans-serif;
	font-size:12px;
	text-align:center;
}


.messageButtonStyle {
	color:#6DAFC9;
	font-family:Arial, Helvetical, sans-serif;
	font-size:12px;
	text-align:center; 
	text-decoration:none;
	padding:0px 10px 0px 10px;
	border:1px solid #6DAFC9;
}
