/* CSS Document */
<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:0px;
}
a:link, a:visited, a:active, a:hover
{ text-decoration: underline;  font-weight:normal;  color:#ccffcc;  font-size:14px;}
a:active, a:hover
{  color:#ffff99;}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}
 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}
h2 {
	font-family: Times;
	font-size: 44px;
	font-weight: normal;
	font-style: italic;
	color: #99CCCC;
	text-decoration: none;
}
h1 {
	font-family: Times;
	font-size: 28px;
	font-weight:normal;
	font-style: italic;
	color: #99CCCC;
	text-decoration: none;
}
h3 {
	font-family: Times;
	font-size: 40px;
	font-weight:normal;
	font-style: italic;
	color: #99CCCC;
	text-decoration: none;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration: none;
	}
-->