html,body   {
  margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
  width:100%;
  background-color:rgb(186, 186, 186);  
  scrollbar-face-color:#BABABA;
  scrollbar-shadow-color:#414141;
  scrollbar-highlight-color:#414141;
  scrollbar-3dlight-color:#BABABA;
  scrollbar-darkshadow-color:#414141;
  scrollbar-track-color: #BABABA;
  scrollbar-arrow-color:#414141;   
	}
p {
	color: #BABABA;
	font-size: 23px;
	letter-spacing: -1px;
	}
p.second {
	color: #414141;
	font-size: 20px;
	letter-spacing: 0px;
  font-weight: bold;
}
p.third {
	color: #414141;
	letter-spacing: 0px;
}
p.fourth {
	color: #414141;	
  font-size: 12px;
	letter-spacing: 0px;
}
p.fifth {
	color: #ffffff;	
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;	
}
p.sixth {
	color: #000000;	
  font-size: 12px;
	letter-spacing: 0px;
}
A:link { 
	text-decoration: underline; 
	color: #414141;
  text-decoration: none;  
  font-weight: bold;
	}
A:visited { 
	text-decoration: underline;
	color: #414141;
  text-decoration: none;
  font-weight: bold;		
	}
A:hover {
	text-decoration: underline;
	color: #c61d00;  
  text-decoration: underline overline;
  font-weight: bold;
	}
A:active {
	text-decoration: underline;
  color: #414141;
  text-decoration: none;
  	font-weight: bold;	
	}
A.bottom:link{
  color: #ffffff;  
  text-decoration: none;
  font-family: serif;	
	font-weight: normal;
	font-size: 10px;	
}
A.bottom:visited { 
  color: #ffffff;  
  text-decoration: none;
  font-family: serif;	
	font-weight: normal;
	font-size: 10px;	
	}
A.bottom:hover{
  color: #ffffff;  
  text-decoration: none;
  font-family: serif;	
	font-weight: normal;
	font-size: 10px;
}
A.bottom:active {
  color: #ffffff;  
  text-decoration: none;
  font-family: serif;	
	font-weight: normal;
	font-size: 10px;
	}
.subtable{
background-color: #ABABAB;
}
.tablespacer{
background-color: #6A6A6A;
}
#hometext