/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #000000;
}
.style1 {
	font-size: 12px;
	color: #CCCCCC;
}
.style2 {
	font-size: 16px;
	color: #CCCCCC;
}
.style3 {
	font-size: 20px;
	color: #CCCCCC;
}
.style4 {
	font-size: 24px;
	color: #CCCCCC;
}
.tabletest	{
	height: 40px;
	width: 930px;
	border:1px solid #ff0000;
	/*border-collapse:collapse;*/
	margin:auto;
}
.tabletest td {
	text-align:center;
}
