@charset "UTF-8";
body
{
	background-color: #333;
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('/images/base/black270.png');
	background-repeat: repeat-x;
	font-family: Calibri;
	font-size: 14px;
}
dy, td, th
{
	font-family: Calibri;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #C30;
}
a:active {
	text-decoration: underline;
	color: #666;
}
h1 {
	font-size: 8px;
	color: #666;
}
h2 {
	font-size: 12px;
	color: #C00;
}
h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-size: 16px;
	color: #FFF;
}
h5 {
	font-size: 8px;
	color: #999;
}
img {
	border: none;
}
