body {
	background-color: #f3f3f3;
	color: #303835;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading {color: #FFFFFF}
.heading_sml {
	color: #d3ddec;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading_green {color: #088602}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5a5a5;
	font-weight: bold;
}
.bottom a {
	color: #a5a5a5;
	text-decoration: none;
}
.bottom a:hover {
	color: #74a0e3;
	text-decoration: none;
}

.white14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.white14 a {
	color: #FFFFFF;
	text-decoration: none;
}
.white14 a:hover {
	color: #fff000;
	text-decoration: none;
}

.red {
	color: #FF0000;
}

.author {
	color: #006699;
	font-weight: bold;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2b659e;
}
a:hover {
	text-decoration: none;
}

.formfields {
	background-color:#FEFEFE;
	border:1px solid #333333;
	color:#222222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	width:180px;
}

.formcomments {
	background-color:#FEFEFE;
	border:1px solid #333333;
	color:#222222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:60px;
	width:180px;
}

.buttons {
	background-color:#EFEFEF;
	border:thin solid #999999;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:20px;
	line-height:normal;
	text-transform:none;
}

.buttons_big {
	background-color:#FFFF71;
	border:thin solid #999999;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:30px;
	line-height:normal;
	text-transform:none;
}



#startQuote {
	background-image:url(images/start_quote.gif);
	background-repeat:no-repeat;
	border:0px none;
	padding-left:17px;
	vertical-align:top;
}

#endQuote {
	background:transparent url(images/end_quote.gif) no-repeat scroll right bottom;
	margin-right:5px;
	padding-right:17px;
}

#overlay {
	background-color:#ffffff;
	height:500px;
	left:0pt;
	opacity:0.6;
	filter: alpha(opacity = 70);
	position:absolute;
	top:0pt;
	width:100%;
	z-index:90;
}

#loading {
	height:25%;
	left:0%;
	position:absolute;
	text-align:center;
	top:5%;
	width:100%;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
}