/*CSS stylesheet for brushedmetal 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:#0000FF; 
	font-family: verdana; 
	font-size: 11px; 
	text-decoration: none; 
}

a:visited 
{ 
	color:#666666; 
	font-family: verdana; 
	font-size: 11px; 
	text-decoration: none; 
}

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

a:hover { 
	color: #0000FF; 
	font-family: verdana; 
	font-size: 11px; 
	text-decoration: none; 
}
.text, p 
{
	
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.copyright
{
	
	font-family:verdana;
	font-size:9px;
}
.heading
{
	font-family: Helvetica;
	color:#000000;
	font-size:10px;
	text-align:center;
	text-transform: uppercase;
}
.maintable
{
	border-style:ridge;
	border-width:1px;
	border-collapse:collapse; 
	width: 400px;	
}
.contenttable
{
	border-top-style:groove;
	border-top-width:1.5px;
	background-image:url('images/main.png');
	/*height:100px;*/
	padding:5px;
}
.tableheading
{
	background-image:url('images/header.png');
	background-repeat:repeat;
	height:20px;
}
.footlinks
{
	text-align:center;
	padding:5px;
}

input 
{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}

