Body		{
			background-image:url(../images/navyblue.jpg);         
   			font-family: arial, verdana;      
    		font-size: 12px; 
    		margin-left:0; 
    		margin-right:0; 
    		margin-top:0; 
    		margin-bottom:0;
    		}  
   
 h1			{
 			color:#000080;
 			font-size: 18px;
 			font-family: times new roman, georgia, garmaond, sans-serif;
 			text-transform: uppercase;
 			}
 			
 b			{
 			color: #000080;
 			font-size: 12px;
 			font-family: times new roman, georgia, garmaond, sans-serif;
 			text-transform: uppercase;
 			}
 			
 .spaced 	{
 			line-height: 16px;
 			}
     
 tr 		{
 			text-align: left;
 			color:#000000;     
     		font-size:12px;    
     		font-family: arial, verdana, tahoma;
     		line-height: 15px;
     		}     
     		
 td 		{
 			vertical-align: top;
     		}                   

.dashed 	{
			background-color: #d6cea8;
			border: #666666 1px soli;
			}
           
A:link		{
			text-decoration: underline;
       		color: #000080;
       		}

A:visited	{
			text-decoration: underline;
	  		color: #000080;
	  		}

A:active	{
			text-decoration: none;
	 		color: #000080;
	 		}
	 
A:hover		{
			text-decoration: none;
		 	color: #000080;
		 	}
		 	
.footer
A:link		{
			text-decoration: underline;
       		color: #f88e50;
       		}

.footer
A:visited	{
			text-decoration: underline;
	  		color: #f88e50;
	  		font-weight: bold;
	  		}

.footer
A:active	{
			text-decoration: none;
	 		color: #e73f68;
	 		}
	 
.footer
A:hover		{
			text-decoration: none;
		 	color: #e73f68;
		 	}
		 	
hr 			{ 
			border: none 0;
			color: #000080;
			border-top: 1px solid #970b04;
			width: 100%;
			height: 3px;
			}