/* CSS Document */
 
<!--
	BODY, TD {
		font-family: Verdana, Arial, sans-serif ;
		
		font-size: 12pt;
		color: #FFFFFF;
		p.normal {font-weight: normal}
		p.thick {font-weight: bold}
		p.thicker {font-weight: 800}
		
		ul.square 
{
list-style-type: square
}


	}

	A {
		text-decoration: underline;
		color: #FFFFFF;
	}

	A:Hover {
		text-decoration: none;
		color: #FF9933;
	}
 