body {
	max-width: 1000px;
	margin: auto;
	text-indent: 0in;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-size: 16pt;
	font-style: normal;
	widows: 2;
	font-family:  Comic Sans MS, Monotype Corsiva, verdana, sans-serif;
	background-color: #B0D0B0;
}
.main-table {
width:expression(document.body.clientWidth > 1002? "1000px": "auto" );
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
text-align: left;
width: 95%;
}
table {
	width: 100%;
}
td {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
h1, h2 {
       	color: #000000;
	font-size: 24pt;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-family: 'Times New Roman', serif;
} 
p, h3 {
	color: #000000;
	font-size: 12pt;
	text-align: left;
}
p.count {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
li {
	color: #000088;
	text-decoration: none;
	font-size: 12pt;	
}
a {
	color: #0000BB;
	text-decoration: none;
}
a:visited {
	color: #5555DD;
}
a:hover {
	color: #00AAAA;
	text-decoration: underline;
}

