body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CC0000;
	margin-left: 0px;
	margin-right : 0px;
	margin-top : 0px;
}
TABLE .main{
	border: thick;
	border-color: Black;
}
TD {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

TD.h1 {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-align : center;
}

.h1 {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.underline {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.strike {
	font-size: 10px;
	font-weight: normal;
	color: Red;
	text-decoration: line-through;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.black2 {
	font-size: 12px;
	color: #000000;
}
.highlight {
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	font-size: 12px;
	color: Red;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: Red;
	text-decoration: underline;
}
a:hover {
font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.black a:link {
font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.black a:visited {
font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.black a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footnote {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align : center;
}
.footnote a:link {
font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footnote a:visited {
font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footnote a:hover {
font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

.nav a:link {
font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	font-size: 12px;
	color: Red;
	text-decoration: none;
}
.links a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.links a:visited {
	font-size: 10px;
	color: #000000;
	/*text-decoration: underline;*/
	text-decoration: none;
}
.links a:hover {
font-size: 10px;
	color: #000000;
	text-decoration: underline;
}