@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Calibri, Verdana, Arial, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {font-size: 24px}
.style2 {font-size: 24px; color: #666666; }
.style3 {font-size: 12px}
.style4 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.style6 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-weight: bold;
}
.style11 {color: #000000; font-size: 14px;}
.style12 {color: #000000; font-size: 14px; font-weight: bold; }
.style13 {color: #666666}
.style14 {color: #000000}
.style15 {font-size: 12px; color: #666666; }
.style17 {color: #FFFFFF; text-align:center}
#contactsright {
	position:absolute;
	left:240px;
	top:100px;
	width:430px;
	height:235px;
}
#contactsform {
	position:absolute;
	left:240px;
	top:345px;
	width:430px;
	height:264px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 20px;
	text-align: left;
}
.chkRad label {
	display:inline-block;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#E46C0B;
	font-style: italic;
	
	}
