@charset "UTF-8";
/* CSS Document */

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000 url(images/bg.jpg) repeat;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background: #999;
}
#footer {
	margin: 0 auto;
	text-align: center;
	width: 950px;
}
.copyrightText {
	font-size: x-small;
	font-weight: normal;
	color: #FFF;
}
a:link {
	color: #C8894E;
	text-decoration: none;
}
a:visited {
	color: #C8894E;
	text-decoration: none;
}
a:hover {
	color: #FFE64E;
	text-decoration: underline;
}
a:active {
	color: #C8894E;
	text-decoration: none;
}
.FontSize12 {
	font-size: 12pt;
}
.blackbodycopy {
	font: 10pt/140% Verdana, Geneva, sans-serif;
	color: #333;
}
.redtext {
	color: #600;
	font-size: 13px;
	font-weight: normal;
	line-height: 140%;
	font-style: italic;
}
.sideCopy {
	font: 10pt/110% Verdana, Geneva, sans-serif;
	color: #666;
}
.Subhead {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

