/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 20px;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
body {
	background-color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0076C6;
	text-decoration: none;
}
a:active {
	color: #b0d400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #b0d400;
}
.bkwht {
	background-color: #FFFFFF;
}
.bkgray {
	background-color: #aaaaaa;
}
