BODY{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-left : 0px;
	margin-right : 0px;
	background-color: #CCCCCC;
	background-image: url(back2.gif);
}
TABLE.markupTable TD{
  vertical-align: top;
}

.head{
  width: 90%;
  height: 15pt;
  text-align: left;
  vertical-align: left;
  background-color : #3399CC;
  color : White;
  font-weight : bold;
  font-size : 15px;
}
.body{
	width: 90%;
	text-align: left;
	background-color : #FFFFFF;
	font-size : 12px;
	vertical-align : left;
	padding: 0px 0px 0px 0px;
}
.image{
  width: 100%;
  text-align: center;
  vertical-align : middle;
}
.html{
  width: 90%;
  text-align: center;
  vertical-align : middle;
}
A.dark{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
A.dark:hover{
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
}
TBODY TD.small{
	color: #FFFFF;
	font-size: 10px;
	text-align: center;
}
TBODY TD.title{
	font-size : 30px;
	font-weight : bold;
	text-align : center;
}

A{
	color: #050299;
	text-decoration: none;
	font-size: 10px;
      border: 0px;
}
A:hover{
	color: #050299;
	text-decoration: none;
	font-size: 10px;
      border: 0px;
}
.grey{
  text-decoration: none;	
	color: #cdcdcd;	
	font-size: 10px;
}
/* stats.php */
TD.header{	
	text-align: center;	
	background-color : #006633;	
	color: White;	
	font-weight : bold;
	vertical-align : middle;
  font-size: 14;
}

TD.cell {
	text-align: center;
	background-color : #FFFFFF; 
	font-size : 13px;
	vertical-align : middle;
}
TD.lcell {
	text-align: center;
	background-color : #00CFFE;
	font-size : 13px;vertical-align : middle;
}
.center{
	text-align: center;
}

a.link {
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 13px;
}
a.link:hover {
	color: #FFFFFF; 
	font-size: 13px;
}
/* 
* suggest.php:
*/
.suggestTitle{
	font-size : 30px;
	font-weight : bold;
	text-align : left;
}
TABLE.suggest TBODY TD{
	text-align: center;
	background-color: #FFFFFF; 
	font-size: 12px;
	vertical-align: middle;
}
TABLE.suggest THEAD TD{	
	text-align: center;	
	background-color : #006633;	
	color: White;	
	font-weight : bold;
	vertical-align : middle;
  font-size: 14;
}

