/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #006600;
	margin:31px 0 15px 0;
	background-image: url(images/blueprints.jpg);
	background-repeat: repeat;
	background-position:top center;
}
a {
	color: #102847;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #2e435f;
}
.faqs {
	line-height:20px;
	font-weight:bold;
}
.captions {
	color: #000000;
	font-size: 10px;
	text-align:center;
}
.footer {
	color: #403A27;
	font-size: 10px;
}
.footer a {
	color: #403A27;
	font-weight:normal;
	text-decoration:none;
}
.footer a:hover {
	color: #403A27;
	text-decoration:underline;
}
.toutcopy {
	color: #999999;
	font-weight:bold;
	line-height:15px;
}
.toutcopy a{
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.toutcopy a:hover {
	color: #FF0000;
}
hr {
	margin:20px 0 20px 0;
}