body {background:#FFFFFF; 
	margin-top:0; 
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}

TABLE {background:#FFFFFF;
	margin-top:0;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
		}
			
TD {color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}
/* background is white with black text */

A:link {color:#0066CC;
	text-decoration:none;
	}
/* available links are in blue without underline */

A:hover {color:#FF6600;
	text-decoration:underline;
	}
/* the hover feature in MSIE will produce the underline with orange text */

A:active {color:#FF6600;
	text-decoration:underline;
	}
/* active links will be in orange */

A:visited {color:#003366;
	text decoration:underline;
	}
/* visited links will be in dark blue with underline */	

.title {font-size:12pt;
	color:#336699;
	font-weight:bold;
		}
/* slightly larger text for headings when classed with bold tags */

.smallprint {font-size:8pt;
		}
