@charset "UTF-8";
/* CSS Document */
.header1 {
	font-size: 22px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.body1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888888;
	font-size: 12px;
	line-height: 20px;
}
.bodyB {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.fineprint {
	font-size: 10px;
	color: #303030;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 12px;
}
.header2 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.link {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.link2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.link3 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.link4 {
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
a:hover {
	color: #888888;
	
}
a{
	color: #FFFFFF;
	
	text-decoration:none;
}
.fieldOne {
	width: 300px;
	height: 20px;
	padding: 2px 0 0 5px;
}
.fieldTwo {
	width: 190px;
	height: 20px;
	padding: 2px 0 0 5px;
}
.fieldThree {
	width: 190px;
	height: 20px;
	background: url(../images/textfield2.gif) no-repeat;
	border: none;
	padding: 2px 0 0 5px;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.90;
	filter: alpha(opacity=100);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 30%;
	width: 40%;
	height: 42%;
	padding: 8px;
	border: 1px solid black;
	background-color: black;
	z-index:1002;
	overflow: auto;
}

.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color: #CC0000;
	font-size: 12px;
	line-height: 20px;
}
