body {background:#FFFFFF; 
	margin-top:0; 
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	}

TABLE {margin-top:0;
		}
			
TD {color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}
/* background is white with black text */

A:link {color:#CC0033;
	text-decoration:none;
	}
/* available links are in burgundy with no underline */

A:hover {color:#336633;
	text-decoration:underline;
	}
/* the hover feature in MSIE will produce the green text with underline*/

A:active {color:#336633;
	text-decoration:underline;
	}
/* active links will be in green */

A:visited {color:#663333;
	text decoration:underline;
	}
/* visited links will be in dark burgundy with underline */	

.title {font-size:11pt;
			color:#336633
		}
/* slightly larger text for headings when classed with bold tags */

.footer {background:#333333; 
	color:#FFFFFF;
	}
