body     {
        margin: 0; 
        padding: 0; 
        font-family: verdana, sans-serif; 
        background:  #fafad2;
       FONT-SIZE: 10pt;
		COLOR: black;
        }
	  
h1 {
	MARGIN-TOP:14pt ;MARGIN-BOTTOM:0;
	FONT-SIZE: 18pt;
	FONT-WEIGHT: bold;
	margin-left: 0;
	margin-right: 0;
}

h1 , h2 , h3 {
	background-color: transparent;
	color: #0000ff;
	font-weight: bold;
	text-align: center;
}

h2 {
	MARGIN-TOP:14pt;MARGIN-BOTTOM:0;
	FONT-SIZE: 14pt;
	FONT-WEIGHT: bold;
	margin-left: 0;
	margin-right: 0;
}

h3 { MARGIN-TOP:14pt ;MARGIN-BOTTOM:0;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	margin-left: 5%;
	margin-right: 0;	}

h4 { background-color: transparent;
	color: #0000ff;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	margin-left: 5% ;	}

h5 {background-color: transparent;
	color: #000000;
	MARGIN-LEFT:14pt;
	MARGIN-TOP:2pt;
	MARGIN-BOTTOM:0;
	font-size:10pt;
	FONT-WEIGHT: bold		}

h6 {color: #000000;
	font-size: 9pt;
	background-color: transparent;
	font-weight: bold;
	text-align : left;
	MARGIN-LEFT:16pt;
	MARGIN-TOP:2pt;}

p {  margin-left: 5%;
MARGIN-TOP:10pt;MARGIN-BOTTOM:0;
	margin-right: 5%; }

/* some styles for the top of the page */
.top  { 
        color: #fff; 
	  text-align: center;
	  height: 0.9em;
        }

/* some styles for the main navigation table */    

td.nav  { 
         background: #006;
        color: #ffe086; 
	  text-align: center;
        font-size: 10pt;
		height: 20px;
	margin-bottom: 0.5em;
        }
		
.image { 
         background: #FFE086;
        color: #000000; 
	  text-align: center;
        font-size: 0.9em;
	margin-bottom: 0.3em;
	width: 306px;
	padding: 6px;
	border: 2px;
        }	
		
.imagew { 
         background: #ffffff;
        color: #000000; 
	  text-align: center;
        font-size: 0.9em;
	margin-bottom: 0.3em;
	width: 306px;
	padding: 6px;
	border: 2px;
        }		
/* styles for main navigation */    
a.nav:link    {
	color: #ffffff;
	text-decoration : underline;
	background-color: transparent;}
	
a:visited  {
	color : #551A8B;
	text-decoration : underline;
	background-color: transparent;}


a.nav:active {
	color: #ffffff; 
	background-color: #FFF8DC;
	text-decoration: none;
		font-size: 100%;}	
	

a.nav:visited{
        color: #ffe086;
        text-decoration:none;
        }

        
/* styles for links in the body sction */    
a         {
        color:#3300FF;
        text-decoration : underline;
        }
   
        
/* div styles for main, right & footer areas */    
#main     {
        line-height: 1.1;
	   FONT-SIZE: 10pt;
        }
        
        
#footer    {
        width:850px;
        margin:8px;
        font-size:.9em;
        line-height: 1.2;
        }
        

h1,h2,h3,h4{ 
        color: #0000ff;
	  margin-left: 10%;
        }
/* styles for input box & submit button*/    
input.box{
        FONT-SIZE: 10pt;
        background-color : #D9EAFF;
        border: 1pt solid #333333;
        }
input.submit{
    FONT-SIZE: 10pt;
    font-weight: bold;
    color: #333333;
    background-color : #ccc;
    }
    
    
.white { background-color: #FFFFFF; 
		text-align: center;   }

/* styles for the left column navigation */    
#menu     {
        width: 156px;
        text-align:right;
        }
#menu ul {
        list-style: none;
        margin:0 5px 0 0;
        padding: 0;
        }
#menu li {
        list-style: none;
        font: bold 10px verdana, sans-serif;
        display: block;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #BCB59D;
        margin: 0;
        color:#3300FF;
        text-decoration:none;
        padding: 5px 0px 5px 0px;
        }
#menu a{
        margin: 0;
        color:#000066;
        text-decoration:none;
        }

#menu a:visited{
        color:#000066;
        text-decoration:none;
        }    
   

 dl, ol, ul  { FONT-SIZE: 10pt;
	margin-left: 3%;
	margin-right: 5%; }
	
.navbar {
	color: Red;
	background-color: transparent;
	margin-left : 3em;
	margin-right : 5em;
	FONT-SIZE: 10pt;
	text-align : center;}
	
li
	{
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt
	}
TH
	{
	COLOR: black;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold
	}
TD
	{
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt
	}
	
dl { margin-left: 2%;
	margin-right: 2%; }
	
dt { font-size: 10pt ; 
margin-left: 2%;}

dd {  font-size: 10pt ;
margin-left: 3%; }
	
.center { text-align: center;	}
	
ul, ol, td { margin-left: .1em;
	}
	
.red {color : red; }
.green {color : green; }
.blue {color : blue; }