body { 
	background-color: #f7f7f7;
	background-image: url('images/WhiteBackground.jpg');
	background-repeat: no-repeat;
	background-attachment: static;
	background-position: center;
	background-position: 50% 0%;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial;
	color: #000000; }

.header { 
	background-color: #000000;
	background-image: url('images/BlackBackgroundTop.jpg');
	background-repeat: no-repeat;
	background-attachment: static;
	background-position: center;
	background-position: 50% 0%; }

.featured { 
	background-color: #000000;
	background-image: url('images/BlackBackground.jpg');
	background-repeat: no-repeat;
	background-attachment: static;
	background-position: center;
	background-position: 50% 0%; }

.white { 
	background-color: #ffffff;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial;
	color: #000000; }

.bottom {
	background-color: #ffffff;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial; }

a:link		{ color: #fa3232 ; text-decoration: none }
a:visited	{ color: #fa3232 ; text-decoration: none }
a:hover		{ color: #000000 ; text-decoration: none }
a.gray:link	{ color: #ababab ; text-decoration: none }
a.gray:visited	{ color: #ababab ; text-decoration: none }
a.gray:hover	{ color: #fa3232 ; text-decoration: none }