/*  Style sheet  */

body {
    margin: 0px 0px 0px 0px;
}

a {TEXT-DECORATION: none;}
a:link {color: #008000;}
a:visited {color: #008000;}
a:active {color: #008000;}
a:hover {color: #FF0000;} 



.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.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;
}

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

