@charset "UTF-8";
body {
	background-color: #c1c1c1;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.states {
	font-size: 12px;
	color: #666666;
}
.copyright {
	color: #333333;
	font-size: 10px;
	line-height: 6px;
	padding-top: 5px;
	padding-right: 15px;
}
a.footerlinks:link {
	color: #333333;
	text-decoration: none;
}
a.footerlinks:visited {
	color: #333333;
	text-decoration: none;
}
a.footerlinks:hover {
	color: #333333;
	text-decoration: underline;
}
a.footerlinks:active {
	color: #333333;
	text-decoration: none;
}
.nav {
	font-size: 12px;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

