		
body { 
		background-color: white;
		font-family: Verdana, Arial; 
		}

A:Link {
       text-decoration: none;
       color: blue;
       }

A:visited, A:vLink {
       text-decoration: none;
       color: blue;
       }

A:aLink, A:at {
       text-decoration: none;
       color: blue;
       }

A:Hover{
	    text-decoration: underline;
		background-color: #EEEEEE;
       }

H1     {
       font-size: 18;
       color: #003C70;
       text-align: Left;
       margin-bottom: 3;
       margin-top: 3;
       }

H2     {
       font-size: 16;
       color: #00595C;
       text-decoration: underline;
       text-align: Left;
       margin-bottom: 10;
       margin-top: 3;
       }
    
H3     {
       font-size: 14;
       color: #003C70;
       text-align: left;
       margin-top: 3;
       margin-bottom: 3;
       }

H4     {
       font-size: 12;
       color: activecaption;
       text-align: center;
       }

H5     {
       font-size: 11;
       color: black;
       text-align: center;
       }

H6     {
       font-size: 14;
       color: red;
       text-align: center;
       font-weight: bold;
       }

#xcontentcell      {
       margin-top:3;
       margin-bottom:10;
       margin-left:25;
       margin-right: 25;
       font-size: 12;
       }
       
#menuTABLE {
		width: 100%;
		background-color: white;
		font-size: 10pt;
		}

#menuTABLE TD {
		text-align: center;
		background-color: #003C70;
		font-size: 10pt;
		}
		
#menuTABLE A {
		text-decoration: none;
		color: #EEEEEE;
		font-size: 10pt;
		width: 100%;
       }

#menuTABLE A:hover {
		background-color: #EEEEEE;
		text-decoration: none;
		color: #003c70;
		font-size: 10pt;
       }

.par {
		line-height: 1.75em;
		}