@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
}
a:link {
	color: #39C;
	text-decoration: none;
}
a:visited {
	color: #39C;
	text-decoration: none;
}
a:hover {
	color: #39C;
	text-decoration: underline;
}
a:active {
	color: #F16822;
	text-decoration: underline;
}
.navtop {
	background-color: #808080;
}
.container {
	background-color: #FFF;
}
.normal {
	font-size: 12px;
}
.smaller {
	font-size: 10px;
}
.orange {
	color: #F16822;
}
.small {
	font-size: 11px;
	line-height: 15px;
}
.linkgrey {
	color: #666;
}
.spacey {
	font-size: 12px;
	line-height: 20px;
}
ul {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
}
.bigger {
	font-size: 14px;
	color: #F16822;
}
.biggest {
	font-size: 18px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.footerfb {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}
.linkgrey {
	color: #666;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
.blue {
	color: #39C;
}
.biggrey {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.optout {
	padding: 10px;
	border: 1px solid #CCC;
}
