img {

    border: 0px none;

    }

body {

     text-align: left;
     background: #c1a25f;
     margin : 15;
     color: #663300;
     font-size: 11pt;
     line-height: 1.5em;
     font-family :  arial, sans-serif, verdana, helvetica;
          } 
          
p  {	margin-top:4px;
	}   
          
td.whitetext {
              color : #FFffff;
              font-size: 10pt;
              font-family :  arial, sans-serif, verdana, helvetica;
              }      
         
h1  {color: #FFffff;
     font-size: 14pt;
     border-bottom:1px solid #FFffff;
     padding-bottom:3px;
	 text-align: left;
          }
          
h2  {color:  #FFffff;
     font-size: 12pt;
     margin-bottom:4px;
          }
          
a link {
        	text-decoration : none;
         	color : #FFE2A8;
         }
     
a:visited {
        	text-decoration : none;
         	color : #FFE2A8;
         	}

a:hover {
         text-decoration : none;
         color : #0000FF;
                  }
                  
ul {
	margin-left:10px;
	margin-bottom:17px;
	list-style:none;
	}
	
.basic li{
float: none;
text-align: left;
padding-left:20px;
	background:url(../images/bullet-button.gif) no-repeat 0px 3px;
	}
                                                  
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom: 1px solid #c1a25f;
	}
	
ul#nav li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 151px;
	top: 0;
	display: none;
	}

ul#nav li a, ul.nav li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #aaa9a9;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #c1a25f;
	border-bottom: 0;
	}
	
ul#nav li a:hover {
	display: block;
	color: #bf6c36;
	background: #FFE2A8;
	}
	
.basic li{
float: none;
text-align: left;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

                 
table.Border, td.Border{
			border: 1px solid #c1a25f;
			}
			
table, td{
		border : 0px none;
	}