@charset "utf-8";
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
a {
	color: #F00;
}
a:link {
	text-decoration: none;
	color: #F00;
	font-style: normal;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: underline;
	color: #0F0;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 26px;
	color: #0F0;
}
h2 {
	font-size: 20px;
	color: #FFF;
}
h3 {
	font-size: 16px;
	color: #FFF;
}
h4 {
	font-size: 14px;
	color: #FFF;
}
h5 {
	font-size: 10px;
	color: #FFF;
}
h6 {
	font-size: 9px;
	color: #CCC;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #CCC;
	text-align: right;
	vertical-align: bottom;
}
