

body {
  margin: 0px;
   background-image: url(images/gradient.jpg); background-repeat: repeat-x; 
   
}

	a {
	text-decoration: none;
	color: #3B2D0E;
	}
	
	a:hover {
	text-decoration: underline;
	color: #181818;
	}
	
.indextable {
	background-color: #ACACAC
}	

.maintable {
background-color:#E8E8E8}
.lefttable {
background-image: url(images/gradient3.jpg); background-repeat: repeat-x;
}
	
.bodytext {
  font: 16px arial;
  color: #999999;
  text-align: left;
}

.bodytext2 {
  font: 11px/16px arial;
  color: #999999;
  text-align: left;

}

.bodytext3 {
  font: 14px arial;
  color: #275E97;
  text-align: justify;
}

.bodytext4 {
  font: 11px/16px arial;
  color: #626262;
  text-align: justify;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right:10px;
}

.data {
	font: 11px/16px arial;
	color: #626262;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;

}

