body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #F9FFFF;
}
table {
	font-size: 1.0em;
}
td.menu {
	font-size: 0.9em;
	font-weight: bold;
}
h1, h2, h3, h4 {
	color: #000084;
}
td.members {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #000084;
}
td.memberson {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #0000BB;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000FF;
	text-decoration: none;
}
a.members:link, a.members:visited {
	color: #F6F6F6;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
}
a.members:hover, a.members:active {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
}
tr.rptrow2 {
	background-color: #EEFFFF;
}
th {
	background-color: #000084;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
table.grid {
	font-size: 0.9em;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table.grid td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.grid th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.grid td.methods {
	border-right: none;
	color: #999999;
}
.footer {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin: 2.5em auto 0 auto;
	width: 300px;
	text-align:center;
}