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 navy blue text */

A:link {color:#009999;
	text-decoration:underline;
	}
/* available links are in teal with underline */

A:hover {color:#FF9933;
	text-decoration:underline;
	}
/* the hover feature in MSIE will produce the underline with orange text */

A:active {color:#CC0033;
	text-decoration:underline;
	}
/* active links will be in brighter red text */

A:visited {color:#006666;
	text decoration:underline;
	}
/* visited links will be in dark teal with underline */	

.title {font-size:11pt;
		}
/* slightly larger text for headings when classed with bold tags */

.form {color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}