/* Cascading Style Sheets */ 

/* Sets the background. */ 

/* Headers */

H1 {FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: gray; MARGIN: 0px; FONT-FAMILY: "verdana", "arial", "sans serif";}



TD {
		font-family: Verdana, Arial, geneva, sans-serif;
		font-size: 12px;
		color: #000000;
}

/* Controls the Links */


A:link {color: #0000ee; text-decoration: underline;}
A:visited {color: #0000ee;  text-decoration: underline;}
A:hover {color: #0000ee; text-decoration: underline;}


/* End of Document */