/*  Style sheet  */

body {
    margin: 0px 0px 0px 0px; 
		/*	background-color:#ae997a;    */
		background-color: #9c8866;
		color: #566d45;
		font-size: 20px;
		background-image: url(/common/background.jpg);
		background-repeat:repeat-x;
}

.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.style2 {font-family: "Comic Sans MS";}
.style3 {font-size: 14px}

.table_hdr {
  font-weight: bold; 
  background-color: #CCCCCC; /* gray */
}

.table_row1 {
  background-color: #FFFFFF; /* white */
}

.table_row2 {
  background-color: #FFFFCC; /* light yellow */
}

.ftr_text {
font-family: Tahoma, Arial, Verdana, san-serif;
color: #000000;
font-size: 10px; line-height: 18px;
font-style: normal; font-weight: normal;
}

.ftr_text_b {
font-family: Tahoma, Arial, Verdana, san-serif;
color: #000000;
font-size: 10px; line-height: 18px;
font-style: normal; font-weight: bold;
}

.footer {
color : #FFFFFF;
font-family : arial, verdana, helvetica;
font-size : 8px;
text-align : center;
text-decoration : none;
}

  a.nav:link {
   text-decoration: none;
  }
    
  a.nav:hover {
   text-decoration: underline;
  }
    
  a.nav:active {
   text-decoration: underline;
  }
    
  a.nav:visited {
   text-decoration: none;
  }

