body {
	background-color: #000000;
}
body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #999999;
}


.main_frame{
	height: 339px;
	overflow: auto;
}

.text_grey {
	color: #999999;
}
.text_yellow {
	color: #FFFF00;
}
.text_red {
	color: #FF0000;
}
.text_green {
	color: #00CC00;
}
.text_blue {
	color: #0066FF;
}
.text_pink {
	color: #FF3399;
}


