/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #000000;
}
a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.style1 {color: #666666}
.style2 {
	font-weight: bold;
	color: #333333;
}
.style3 {color: #666666; font-weight: bold; }
.style4 {
	color: #000000;
	font-weight: bold;
}
.style5 {color: #333333}
.hlt {
                background-color: #D2C7A8;
                color: #000;
            }
a.grey {
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
}
a.grey:link {
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
	color: #666666;
}
a.grey:hover {
	text-decoration: none;
	color: #999999;
}
a.grey:active {
	text-decoration: none;
	color: #eeeeee;
}