body { 
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}
table {
	background-color: transparent;
	width: 90%;
	font-size: 12px;
	border: 0px;
}
table.box {
	background-color: gray;
	width: 60%;
	font-size: 11px;
	border: thin;
	padding: 5px;
}
td {
	vertical-align: top;
	height: auto;
	width: auto;
}
.italic
	{
	font-family: "arial";
	font-size: 20pt;
	color: White;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}
.ital
	{
	font-family: "arial";
	font-size: 11pt;
	color: White;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.smallitalic{
	font-family: "arial";
	font-size: 11pt;
	color: White;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
li
	{
	font-family: "verdana,arial";
	font-size: 12pt;
	color: White;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
li.small {
	font-size: 10pt;
	color: White;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.double {
	font-size: 15pt;
	color: White;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-size: 13pt;
	color: White;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}
A:LINK {
	color : black;
	background-color : White;
	font-size : 12px;
	text-align : center;
}
A.white {
	color : white;
	background-color : black;
	font-size : 12px;
	text-align : center;
}
A.yellow {
	color : yellow;
	background-color : black;
	font-size : 12px;
	text-align : center;
}
A:VISITED {
	color : yellow;
	background-color : black;
}
th {
	text-align : right;
}
p.red {
	color : red;
	font-weight: bold;
}
p.green {
	color : green;
	font-weight: bold;
}