
body{
	margin: 0px;
	padding: 0px;
    font-family:  Arial, Calibri, sans-serif;
    font-size: 10pt;
    color: #333333;
	background-color: #000000;
	 background-repeat: repeat;
	  background-position: center top;
	  text-alignement:left
}

 .bg_red1 {
 background-image: url(images/bg_red1.gif);
  background-repeat: repeat; 
  }
  
  .bg_red2 {
 background-image: url(images/bg_red2.gif);
  background-repeat: repeat; 
  }
   .bg_red3 {
 background-image: url(images/bg_red3.gif);
  background-repeat: repeat; 
  }
  
 .bg_ora1 {
 background-image: url(images/bg_ora1.gif);
  background-repeat: repeat; 
  }
  
  .bg_ora2 {
 background-image: url(images/bg_ora2.gif);
  background-repeat: repeat; 
  }
   .bg_ora3 {
 background-image: url(images/bg_ora3.gif);
  background-repeat: repeat; 
  }
  
 
 .bg_gre1 {
 background-image: url(images/bg_gre1.gif);
  background-repeat: repeat; 
  padding:3px;
  }
  
  .bg_gre2 {
 background-image: url(images/bg_gre2.gif);
  background-repeat: repeat; 
  padding:3px;
  }
   .bg_gre3 {
 background-image: url(images/bg_gre3.gif);
  background-repeat: repeat; 
  padding:3px;
  }
  
 
.text_w_8 {
    color: #ffffff;
    font-size: 8pt;
}
.text_y_8 {
    color: #ffff00;
    font-size: 8pt;
}

.text_y1_8 {
	text-align: left;
	vertical-align: top;
	font-size:11px;
	color:974F08;

}


a:hover {
	text-decoration: underline;
}

a {
    color: #000000;
	
}

.bottom {

	height: 84px;
	background-image: url(images/bottom.jpg);
	 background-repeat: no-repeat;
	  background-position: center bottom;
}

.head {
	height: 210px;
	background-image: url(images/head.jpg);
	 background-repeat: no-repeat;
	  background-position: center top;
}

