/*CSS stylesheet for black theme*/
/*Created By Wu Xiao Tian*/
/*If you are creating your own theme stylesheet, you may want to read the stylesheet creation guide in the readme file*/
a:link 
{ 
	color:#00FF00; 
	font-family: arial; 
	font-size: 11px; 
	text-decoration: none; 
}

a:visited 
{ 
	color:#00FF00; 
	font-family: arial; 
	font-size: 11px; 
	text-decoration: none; 
}

a:active 
{ 
	color:#00FF00; 
	font-family: arial; 
	font-size: 11px; 
	text-decoration: none; 
}

a:hover { 
	color:#FF0000; 
	font-family: arial; 
	font-size: 11px; 
	text-decoration: none; 
}

body
{
	background-color:#000000;
}

.text, p 
{
	
	font-family:arial;
	font-size:12px;
	color:#FFFFFF;
}

.copyright
{
	
	font-family:verdana;
	font-size:9px;
	color:#CCCCCC;
}
.heading
{
	font-family: Helvetica;
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	text-transform:none;
}
.maintable
{
	border-style:ridge;
	border-width:1px;
	border-collapse:collapse; 
	width: 400px;	
}
.contenttable
{
	border-top-style:groove;
	border-top-width:1.5px;
	background:#333333;
	height:100px;
	padding:10px;
}
.tableheading
{
	background:url(images/header.png);
	height:28px;
}
.footlinks
{
	text-align:center;
	padding:5px;
}


