
BODY {

  font-family	: Arial, Verdana, Tahoma, Helvetica;
  font-size		: 12pt;
  font-weight 	: normal;
  
  margin-top	:0px; 
  margin-right	:0px; 
  margin-bottom	:0px; 
  margin-left	:0px;
  
 
  height 	: 600px;
  width		: 100%;
  
}

DIV.div1
{	
	text-align		: left;	
	width			: 700px;
	margin-left		: 200px;
}

DIV.ad2 {
  float			: left;
  clear			: both;
  
  text-align	: left;
  width			: 10%;
  padding-left	: 10px;

}


TD.bgLeft {
	width				: 25%;
	background-image 	: url(../../images/blue/top_blue_left.jpg);
	background-repeat	: repeat-x;
}


TD.bgRight {
	width				: 25%;
	background-image 	: url(../../images/blue/top_blue_right.jpg);
	background-repeat	: repeat-x;
}


B.searchItem {
  background-color : yellow; 
}


/* to make table centered, need the margin-left  */

table.tb07 { 
  width			: 80%; 
  margin-left	: 10%; 
  
  border-left	: 1px #000000 solid;
  border-right	: 1px #000000 solid;
  border-bottom	: 1px #000000 solid;
  
  background-color 	: #CCCC99;
}

table.tb077 { 
  width			: 80%; 
  margin-left	: 10%; 
  
  border-left	: 1px #000000 solid;
  border-right	: 1px #000000 solid;
  border-bottom	: 1px #000000 solid;
  border-top	: 1px #000000 solid;
  
  background-color 	: #CCCC99;
  background-color 	: #F5F5F5;
}



A.aa1:link {
	text-decoration	: none;
	color			: blue;
	line-height		: 24px;
}

A.aa1:visited {
	text-decoration	: none;
	color			: blue;
	line-height		: 24px;
}

A.aa1:active {
	text-decoration	: none;
	color			: blue;
	line-height		: 24px;
}

A.aa1:hover {
	text-decoration	: underline;
	color			: blue;
	line-height		: 24px;
}


HR.hr1 {
  width		: 100%;
  color		: blue;
  height	: 1px;
 
 }




