body{
	margin: 0px;
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	
}
#maintable{
	width: 100%;
	background-color: White;
	
}



.menu {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.menu a{
	color: #cc0000;
	text-decoration: none;
}

.menu a:hover{
	color: #ff0000;
	text-decoration: underline;
}



.text {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.text a{
	color: #cc0000;
	text-decoration: none;
}

.text a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.list {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.list a{
	color: #cc0000;
	text-decoration: none;
}

.list a:hover{
	color: #ff0000;
	text-decoration: underline;
}


.mini {
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.mini a{
	color: #cc0000;
	text-decoration: none;
}

.mini a:hover{
	color: #ff0000;
	text-decoration: underline;
}


.title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.title a{
	color: #cc0000;
	text-decoration: none;
}

.title a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.maxi {
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.maxi a{
	color: #cc0000;
	text-decoration: none;
}

.maxi a:hover{
	color: #ff0000;
	text-decoration: underline;
}

 div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dddddd; border:3px solid #cccccc; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}

h1{
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	}

h2{
	font-size: 17px;
	font-weight: bold;
	font-weight: bolder;
	color: #b8b8b8;
	}
