body {
	background: #666666;
	margin: 0px;
}

body#printing{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
}

#infoBlock {
	margin-top: 10px;
	margin-left: 10px;
}

.super {
	width: 564px;
}

h1 {
         text-align:center;
}

h2 {
         text-align:center;
}

h3 {
         text-align:center;
}

.mainHeader {
	background: #316796;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
        text-align:left;
}

.mainSection {
	background: #DCDCDC;
	padding: 10px;
	font-size: 11px;
        text-align:left;
}

.mainSection2 {
	background: #FFFFFF;
	padding: 10px;
	font-size: 11px;
        text-align:left;
}

.memberInfoLeft {
	text-align: right;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #316796;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom: 2px solid white;
}

.memberInfoRight {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	background: #DCDCDC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid white;
	padding-left: 10px;
}

.memberInfoCenter {
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #E2E2E2;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #800813;
}

a:link.toplink {
	color: #FFFFFF;
}

a:hover.toplink {
	color: #9A0000;
}

a:visited.toplink {
	color: #FFFFFF;
}