body {
	font-family: Arial, Helvetica, sans-serif;
	background: #bdbdbd url(images/bg_gradient.jpg) top center no-repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	padding: 15px 20px 0px;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
}
#logo {
	width: 516px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 81px;
	*margin-top: 105px;
}
.logoSmall {
	height: 12px;
	margin: 0px 0px 5px;
	border: 0px;
}
img {
	border: 0;
}
.headerWrapper {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.topNav {
	text-align: right;
	font-size: 12px;
	height: 12px;
}
.home {
	padding-top: 12px;
}
.topNav a {
	text-decoration: underline;
	color: #000000;
	margin: 0px 5px;
}
.topNav a.ON {
	color: #D02E45;
}
.topNav a:hover, .topNav a:active {
	color: #D02E45;
}

.contentWrapper {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #000;
	*background: #FFF;
}
.contentWrapper[class] {
  background-image:url(images/white50.png);
}
.content {
	font-size: 12px;
	display: block;
	padding: 0px 20px 20px;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #D02E45;
}
a:hover, a:active {
	color: #D02E45;
}
hr {
	margin: 20px 0px;
	border: 0 #000 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}