body {background:#FFFFFF; 
	margin-top:0; 
	margin-left:0;
	color:#336633;
	font-family:Arial,Helvetica,sans-serif;
	}

TABLE {margin-top:0;
		}
			
TD {color:#336633;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}
/* background is white with green text */

A:link {color:#0000FF;
	text-decoration:underline;
	}
/* available links are in red with no underline */

A:hover {color:#CC0033;
	text-decoration:none;
	}
/* the hover feature in MSIE will produce the underline with red text */

A:active {color:#FF9900;
	text-decoration:none;
	}
/* active links will be in orange */

A:visited {color:#660066;
	text decoration:underline;
	}
/* visited links will be in purple */	

UL {list-style:url(../images/bullet.gif)}

.footer {font-size:8pt;
		 text-align:center;
		 }
/* smaller size text and center alignment for bottom text links and general website info */
		 
.title {font-size:11pt;
		}
/* slightly larger text for headings when classed with bold tags */

.form {color:#336633;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	}