
BODY {

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



TABLE.tLogo {
  width			: 80%;
  margin-left	: 10%;
}


TABLE.t01 {
  width			: 80%;
  margin-left	: 10%;

  border-top	: 1px black solid;
  border-right	: 1px black solid;
  border-bottom	: 1px black solid;
  border-left	: 1px black solid;
  
}


TABLE.t02 {
  width			: 80%;
  margin-left	: 10%;
  
}


td.dLogo {
  text-align	: center;
  vertical-align: middle;
}


td.d02 {
  text-align	: right; 
  width			: 45%;
  height		: 80px;
  vertical-align: middle;
  padding-right : 10px;
}

td.d03 {
  text-align	: left; 
  width			: 55%;
  height		: 80px;
  vertical-align: middle;
}

td.d01 {
  text-align	: center;
  width			: 50%;
}

td.d04 {
  text-align	: left; 
  width			: 100%;
}


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;
}


A {
  font-family		: Arial, Verdana,  Helvetica, sans-serif;
  text-decoration	: none;
  color				: blue;
}

A:hover {
  color				: blue;
  text-decoration	: underline;
  background-color	: #C1D4E6;
}



DIV.div1
{	
	text-align		: left;	
	width			: 90%;
	margin-left		: 10%;
}


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

}



DIV.adMony {
  clear			: left;
  float			: left;
  
  text-align	: left;
  width			: 160px;
  padding		: 10px;
  
  border 		: 2px #C0C0C0 solid;
  background	: #FFFF5D;
  
  margin-left	: 20px;
  margin-bottom	: 100px;
  margin-right  : 20px;
  
}


