BODY {

margin-top: 20px;
	color : Black;
	font-family : Verdana, Tahoma,  sans-serif;	
	font-size : .9em;
	}
	
B:Link.NavColorLink {
	color : Blue;
	text-decoration : underline;
}

B:Visited.NavColorLink {
	color : Blue;
	text-decoration : none;
	}

B:Hover.NavColorLink {
	color : Red;
	}
	
B:Active.NavColorLink {
	color : Red;
	}


A:LINK {
	color : Blue;
	text-decoration : underline;
	}
	
A:VISITED {
	color : Navy;
	text-decoration : underline;
	}

A:HOVER {
	color : #cc3300;
	}
	
A:active {
	color : #CC0033;
	}

TD {
		color : Black;
	font-family : Verdana, Tahoma,  sans-serif;	
		font-size : .9em;
	}

 /* Used to understate text*/
.Understate {
		color: Black;
		font-family: Verdana, Tahoma, sans-serif; 
		font-size: .7em;
}

 /* Used to set Table Background Color*/
.Background { 
background-color: #996633;
color: White;
font-weight: normal;
font-size: .9em;
border: 3px outset #cc9933;
}
