@charset "utf-8";
/* CSS Document */

body{
 height:100%; 
 background:#000000 url(image/bg.png) repeat-x fixed center top;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
 
 a:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
body,td,th {
	font-size: 11px;
}
.title {
	font-size: 15px;
	font-weight: bold;
}
.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.tabledata {
	font-size: 11px;
	color: #FFFFFF;
}
.tableheadings {
	font-size: 12px;
	color: #FFFFFF;
}
.hostingnames {
	font-size: 13px;
	color: #CCFFFF;
	font-weight: bold;
}
.asterix {
	font-size: 9px
}	
   
  
