body {
		background: #000066;
		
	 }
	 
H1 {
 		font-family: Arial;
 		font-size: 15pt;
		font-weight: bold;
 		color: #000066;
 		}
  	H2 {
 		font-family: Arial;
 		font-size: x-large;
 		font-weight: bold;
 		color: #FFFFCC;
 		background: #800000;
 		text-align: center;
 		padding: 3pt;
 		border-top: inset;
 		border-bottom: inset;
 		
 	}
 	
 	H3 {
 		font-family: Arial;
 		font-size: large;
 		font-weight: bold;
 		color: #800080;
 		text-align: center;
 		border-top: inset;
 		border-bottom: inset;
 		
 	}
 	
 	A {
 		font-family: Arial;
 		font-weight: bold;
 		color: #0000FF;
 		text-decoration: underline;
 		}
 	
 	A:LINK {
		font-family: Arial;
		font-weight: bold;
		color: #0000FF;
		text-decoration: underline;
	}
		
	A:OVER {
 		font-family: Arial;
 		font-weight: bold;
 		color: RED;
 		text-decoration: underline;
 	}
 	
 	A:VISITED {
 		font-family: Arial;
 		font-weight: bold;
 		color: #800080;
 		text-decoration: underline;
 	}
 	
 	B {
	font-family: Arial;
	font-weight: bold;
	color: #800000;
	}
 	
 	I {
 		font-family: Arial;
 		font-weight: bold;
 		font-style: italic;
 		position: relative;
 	}
 	
 	LI  {
	font-family: Arial;
	font-size: 10pt;
	color: #000080;
	line-height: 120%;
	left: 346px;
	top: 365px;


 	}
 	br {
 		font-family: Arial;
 		font-size: 10pt;
 		color: #000080;
		}	
 	P {
 		font-family: Arial;
 		font-size: 10pt;
 		color: #000080;
 
 	}
	.tdmenu {
	font-family: Arial;
 		font-size: x-small;
		background: #33FF99;
  	}
	
	.TD {
		font-family: Arial;
 		font-size: medium;
		background: #33FF99;
  	}
	.TDTITLE {
				background: #33FF99;
 				text-align: center;
				padding: 0pt;
 				border-top-color: #000066;
 				border-bottom-color: #000066;
				border-top-style: solid;
 				border-bottom-style: solid;
		}
 	TD {
 		font-family: Arial;
 		font-size: 10pt;
		background: #FFFFFF;
  	}
 	
 	TH {
 		font-family: sans-serif;
 		font-size: medium;
 		font-weight: bold;
 		color: #FF0000;
 		background: #FFFF00;
 		text-align: center;
 		}
 	
 	PRE {
 		font-family: monospace;
 		font-size: medium;
 		background: #CCFFFF;
  		}
 	
 	.first {
 		border-top: ridge;
 		border-left: ridge;
 
 	}
 	
 	.last {
 		border-bottom: ridge;
 		border-right: ridge;
 	}
