img {

    border: 0px none;

    }

body {

     text-align: center;
     background: #FFffff;
     margin : 15;
     color: #901e78;
     font-size: 10pt;
     font-family :  arial, sans-serif, verdana, helvetica;
          } 
          
td.whitetext {
              color : #FFffff;
              font-size: 10pt;
              font-family :  arial, sans-serif, verdana, helvetica;
              }      
         
h1  {color: #901e78;
     font-size: 14pt;
          }
          
h3  {color: #901e78;
     font-size: 10pt;
          }
          
a link {
        	text-decoration : none;
         	color : #e77817;
         }
     
a:visited {
        	text-decoration : none;
         	color : #e77817;
         	}

a:hover {
         text-decoration : none;
         color : #3f4446;
                  }
                  
h1.business  {color: #901e78;
     font-size: 14pt;
          }
                                 
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #901e78;
	}
	
ul#nav li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 179px;
	top: 0;
	display: none;
	}

ul#nav li a, ul.nav li a:visited {
	display: block;
	text-decoration: none;
	color: #e77817;
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #901e78;
	border-bottom: 0;
	}
	
ul#nav li a:hover {
	display: block;
	color: #FFFFFF;
	background: #901e78;
	}
	
.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 #901e78;
			}
			
table, td{
		border : 0px none;
	}