body {
  margin: 0px 0px 0px 0px;
  background: #71685B;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: verdana, sans-serif;
  font-weight:normal;
  font-size:10px;
  color: #FFFFFF;
}
A {
	color: #FFCC00;
	text-decoration: none;
}
A:visited {
	color: #FFCC00;
	text-decoration: none;
}
A:active {
	color: #FFCC00;
	text-decoration: none;
}
A:hover {
	color: #FF9900;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial;
	font-size: 11px; 
	font-weight: bold; 
	color: #FFCC00;
}
h2 { 
	font-family: Verdana, Arial;
	font-size: 10px; 
	color: #EEEEEE;
}
h3 { 
	font-family: Verdana, Arial;
	font-size: 14px; 
	color: #FFCC00;
}
h4 { 
	font-family: Verdana, Arial;
	font-size: 10px; 
	font-weight: normal; 
	color: #eeeeee;
	text-align:right;
	padding-right: 20px;
}
h5 { 
	font-family: Verdana, Arial;
	font-size: 11px; 
	font-weight: bold; 
	color: #FFCC00;
}
h6 { 
	font-family: Verdana, Arial;
	font-size: 10px; 
	font-weight: normal; 
	color: #eeeeee;
	text-align: center
}

.dataTable {
	padding:20px;
}

TD {
  font-family: verdana, sans-serif;
  font-weight:normal;
  font-size:10px;
  color: #FFFFFF;
}


