@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D2C5B;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D2C5B;
	line-height: 12px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D2C5B;
}
a:link {
	font-weight: bold;
	color: #667F21;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #667F21;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #667F21;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #667F21;
	text-decoration: none;
}
