A {
  color:#766155;
  text-decoration:underlined;
}

A:hover {
  color:white;
  background-color:#766155;
  text-decoration:none;
}

  
body {
  background-image:url(../images/t_bg.jpg);
  background-repeat:repeat-x;
  margin:0px;
  overflow:hidden;
  border:0px;
  
  font-size:14px;
  font-family:Verdana;
   
}

.menu {
  background-image:url(../images/m_bg.jpg);  
  background-repeat:no-repeat;
  width:193px;
  height:30px;
  text-align:right;
  
  padding-right:36px;
  padding-top:5px;
  
  font-size:14px;
  font-family:Verdana;
  font-weight:bold;
  
}  

.menu A {
  color:#766155;
  text-decoration:none;
} 



.header {  
	font-size: 20px; 
	font-weight: bold; 
	
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:3px;
	
	color:#766155;
	border-bottom:1px solid #766155;
}

.headersmall {  
	font-size: 14px; 
	font-weight: bold ; 
	margin-top:0px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:3px;
	color:#766155;
  border-bottom:1px solid #766155;
}


.text {
  font-size: 12px; 
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-right:15px;

}


.leftimage {
  margin:3px 8px 8px 0px;
  float:left;
}

.rightimage {
  margin:3px 15px 8px 8px;
  float:right;
}


.maincontent {
  
  z-index:3;
  width:auto;
  1height:expression(Math.max(330,document.body.clientHeight-200));
  margin-top:18px;
  overflow-y:auto;
}


.disclaimer { 
	color: black; font-size: 10px; 
	font-style: normal;
	border-top:1px solid #766155;
	margin-top:10px;
}

