BODY{
	text-align: center;
background: #000000;
font-family: Times New Roman, Arial, Helvetica;
color: #ffffff;
}
.maincontent{
	width: 800px;
}
A:hover{
    font-family: Arial, Helvetica;
	color: #ff6600;
	font-size: 9pt;
	text-decoration: none;
}
A {
	font-family: Arial, Helvetica;
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}
.janptr{
	width: 116;
	height: 147px;
	border-style: solid;
	border-width: 2px;
	border-color: #ff6600;
}
H1
{
    color: #ff6600;
}

#cntab{
	width: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #a9a9a9;
	border-collapse: collapse;
}
#cntab td{
	border-style: solid;
    border-width: 1px;
	border-color: #a9a9a9;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
}
#cntab th{
	color: #CC00FF;
	text-align: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 2px;
	padding: 5px;


}

H2{
	color: #CC00FF;

}
.lihdr{
	font-style: italic;
	margin-bottom: 2px;
	color: #ff9900;
}
#ftr{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #cccccc;
	margin-top: 0px;
}
hr{
	border-style: solid;
	border-color: #cccccc;
	border-width: 2px;
	width: 100%;

}