﻿/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(Images/bg.jpg);
	background-position:top;
	background-repeat:repeat;
}


H1.content1  {
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size: 18px;
	  font-weight: normal;
	  color: #000000;
	  text-align:left;	  
	  padding: 20px 50px 20px 250px;
	  margin: 10px 0px 2px 0px;
  }
.content1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color:  #ffffff; 
  text-align: justify; 
  font-weight: normal;

  padding: 8px 50px 8px 50px;  
  }

.content2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #FFFFFF; 
  text-align: justify; 
  font-weight: normal;

  padding: 0px 0px 0px 70px;  
  }
.text {
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 12px;
  color: #FFFFFF; 
  text-align: justify; 
  font-weight: normal; 
  }   
.Detailtext {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #FFFFFF; 
  text-align: left; 
  font-weight: normal;
  padding-left:20px;
  
}    
.Linktext {
  font-family: "Times New Roman", Times, serif;
  font-size: 10px;
  color: #FFFFFF; 
  text-align: right; 
  font-weight: bold; 
}      
.textEndofRow
{
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #FFFFFF; 
  text-align: right; 
  font-weight: normal;
  background-image:url(Images/break.jpg);
  background-position:bottom; 
  background-repeat: repeat-x; 
  height:20px;  
}
 .TableHeader{
	background-image:url(Images/bar.jpg); 
	background-position:bottom;
    background-repeat: repeat-x;
    height:30px;
    font-weight: bold;
}
.TableRow{
	background-image:url(Images/break.jpg);
	background-position:bottom; 
	background-repeat: repeat-x; 
	height:30px; 
}