/* Body text and page background */

body {
background-image:url(images/backgrd.jpg);
background-repeat: repeat-x;
}
	  
#container
{
position:relative;
margin: 0 auto;
background-color:#ffffff;
width:748px;
height:auto;
border-left: solid 1px #eff7ea;
border-right: solid 1px #eff7ea;
border-bottom: solid 5px #669966;
}
	  
#header
{
position:relative;
margin: 0 auto;
background-image:url(images/header_bkgd.gif);
width:750px;
height:75px;
height:auto;
}	  

#descriptions
{
width:740px;
height:auto;
padding:5px;
}

.style1 {color: #000000;
            font-weight: normal;
            font-family: Verdana;
            font-size: 9pt;
            font-style: normal;}
.style2 {color: #000000;
            font-weight: bold;
            font-family: Verdana;
            font-size: 9pt;
            font-style: normal;}
.style3 {color: #000000;
            font-weight: normal;
            font-family: Verdana;
            font-size: 7pt;
            font-style: normal;}
.style4 {color: #000000;
            font-weight: bold;
            font-family: Verdana;
            font-size: 7pt;
            font-style: normal;}
            
a:link { color: gray; text-decoration: none }
a:active { color: gray; text-decoration: none }
a:visited { color: green; text-decoration: none }
a:hover { color: green; text-decoration: underline }
	  
