body {
	font-family: Verdana, "Times New Roman", Arial, Verdana;
	font-size: 8pt;
	color: navy;
	background-color: #ffffff;
}
table {
	border-collapse: collapse;
	border: 0px solid black;
}
a:link {
	text-decoration: none ;
}
a:visited {
	text-decoration: none ;
}
a:hover {
	text-decoration: underline ;
}
td {
	vertical-align: top;
	font-size: 8pt;
}
th {
	vertical-align: top;
	font-size: 10pt;
}
.req, .noreq {
	font-size: 8pt;
	font-weight: bold;
}
.req {
	color: red;
}
.noreq {
	background-color: #eeeee6;
	color: navy;
	width: 25%;
	text-align: right;
	vertical-align: top;
}
.menuitem {
	border: 1px solid white;
	border-collapse: collapse;
	background-color: #eeeee6;
}
.red, .smallred {
	color:red;
}
.smallred {
	font-size: 8pt;
}
.pagetype {
	font-weight: bold;
	font-size: 12pt;
}
.fail {
	color: red;
}
.odd {
	background-color: #f0f0f0;
}
.even {
	background-color: #d0d0d0;
}
