/* CSS Document */

body {
	height: 110%;
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
	background-color: #000000;
	color:#FFF;
}

.body {
  color: #FFFFFF;
  font-family: Arial, Hevlvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;

  

}
.bodyg {
  color: #CCCCCC;
  font-family: Arial, Hevlvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  

  

}

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
	 font-family: Arial, Hevlvetica, sans-serif;
  font-size: 11px;
	
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	 font-family: Arial, Hevlvetica, sans-serif;
  font-size: 11px;
	
}
