img {

    border: 0px none;

    }

body {

     text-align: left;
     background: #fff;
     margin : 15;
     color: #3c3839;
     font-size: 10pt;
     font-family :  arial, sans-serif, verdana, helvetica;
          } 
          
td.whitetext {
              color : #3c3839;
              font-size: 10pt;
              font-family :  arial, sans-serif, verdana, helvetica;
              }      
         
h1  {color: #73d527;
     font-size: 18pt;
	 text-align: left;
          }
          
h2  {color:  #ff0000;
     font-size: 14pt;
          }
          
a link {
        	text-decoration : none;
         	color : #73d527;
         }
     
a:visited {
        	text-decoration : none;
         	color : #73d527;
         	}

a:hover {
         text-decoration : none;
         color : #3c3839;
                  }
                                                  
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	border-bottom: 1px solid #FFFFFF;
	}
	
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: #73d527;
	padding: 4px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	}
	
ul#nav li a:hover {
	display: block;
	color: #73d527;
	background: #3c3839;
	}
	
.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 #fff;
			}
			
table, td{
		border : 0px none;
	}