a:link    {text-decoration: underline; color: rgb(140,52,34)}
a:visited {text-decoration: underline; color: rgb(140,52,34)}
a:active  {text-decoration: none; color:red}
a:hover   {text-decoration: none; color:red}


body { 
	background-color: rgb(255,255,255);
        font-family: verdana, helvetica, sans-serif;
        font-size: 9pt;
        margin-left: 2.5%;
	margin-right: 2.5%;
}

p  { 
	background-color: rgb(255,255,255);
        text-align: left;
        color: rgb(0,0,0);
        font-size: 9pt;
        line-height: 14pt }


h1, h2, h3 { 

	font-family: verdana, helvetica, sans-serif; 
        font-weight: bold;
        color: rgb(140,52,34); 
        text-align: left} 


	.sequence
      { font-family: courier;
      }


img
	{
		margin: 15px;
	}

 
#table4 {
 float:left;
 border-collapse: collapse;
 border: 1px solid #D5D0BA;
 caption-side:bottom;
 font-size: 9pt;
 line-height: 13pt;
}

#table4 thead{
 background-color:#E2DED0;
 border: 1px solid #D5D0BA;
 vertical-align: middle;

}

#table4 tbody td{
 border: 0px solid black;
 font-size: 9pt;
 }

#table4 tbody tr {
 font-size: 9pt;
}

#table4 tbody th{
 background-color: gray;
 }

#table4 tfoot{
 background-color:#c63;
 }
 
 
.bold {font-weight: bold; }
 

 
#header {

    float:left;
    width:100%;
    background:white;
    font-size:12pt;
    line-height:normal;
}
		
#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
		
#header li {
    float:left;
    background:url("graphics/norm_right.gif")
    no-repeat right top;
    margin:0;
    padding:0;
 }
		

#header b {
    float: left;
    display:block;
    background:url("graphics/norm_left.gif")
    no-repeat left top;
    padding:5px 15px;
    color: rgb(0,0,0); 
    font-size: 9pt;
}



/*  hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */



#header #current {
    background-image:url("graphics/norm_right_on.gif");
}

#header #current a  {
    background-image:url("graphics/norm_left_on.gif");
}


