@charset "UTF-8";
/* CSS Document - Powered by AN Marketing Services - Creative Communications */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	background:url(../images/bg.gif) repeat;
}
.text_field {
	position: static;
	overflow: hidden;
	display: inline;
	float:left;
	font-size:11px;
	width:190px;
}
.submit_button {
	text-align: center;
	vertical-align:middle;
	float:right;
	display: inline;
}
input {
	color:#999999;
}
.clear {
	clear:both;
}
img{
	border:0;
}
h1{
	margin-bottom:12px;
}
h3{
	font-size:13px;
	color:#333333;
}
a:visited, a:link{
	color:#0085BA;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.blue{
	color:#0085BA;
}
.bold{
	font-weight:bold;
}
.source{
	color:#000000;
	font-size:11px;
	font-style:italic;
}