BODY {
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
   }
   
h1 { font-size: 12pt;
   font-weight: 800;
   }   
   
TABLE.wrap { background-color: #F2F9FF;
border-style: solid;
border-width: 1px;
border-color: black;
   }
   

td.menucolumn { background-color: #D9D9FF;
              border-style: solid;
              border-width: 1px;
              border-color: black;
              width: 220px;
			    }
td.contentcolumn { width: 548px; font-size: 11pt;
    }
	
td.footer { background-color:  #D9D9FF;
          border-top: solid 1px black;
    }
	
td.header { border-bottom: solid 1px black;
background-color: #F2F9FF;
    }

A:link {color: #0066CC; 
       font-weight: ;
	   }

A:visited {color: #0066CC; 
       font-weight: ;
	   }
	   
A.menu:link{color: #0066CC; 
       font-weight: 600;
       font-size: 12px;
	   margin-left: 10px; 
	   }
	   
A.menu:visited{color: #0066CC; 
       font-weight: 600;
       font-size: 12px;
	   margin-left: 10px; }

