body, table {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	text-align: center;
	text-decoration: none;
	background-color: white;
	color: navy;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

h1 {
	font-size: 12pt;
}

p {
	display: none;
}

caption {
	font-size: 10pt;
	padding-bottom: 10px; 
}

tr {
	font-size: 8pt;
	background-color: white;
 	border-width: 1px; 
 	border-style: solid;
	border-color: navy; 
}

tr.alt {
	background-color: #EEF4FE; 
}

tr.ruled {
	background-color:#99CCFF;
}

tr.altruled {
	background-color:#99CCFF;
}

th {
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	text-decoration: underline; 
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	color: navy;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: navy;
}

td {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8pt;
	text-align: left;
	border-width: 1px; 
	border-style: solid;
	border-color: navy;
}

a:link, a:visited {
	color : navy;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.formbutton	{
	display: none;
}


