/* html tags */

body {
	font-family : arial, helvetica, sans serif; 
	}

td {
	font-family : arial, helvetica, sans serif;
	}

a:link, a:visited, a:active {
	color : #006600;
	}

a:hover {
	color : #996600;
	}

a.leftnav:link, a.leftnav:visited, a.leftnav:active {
	color : #006600;
	font-size : 11pt;
	}

a.leftnav:hover {
	color : #996600;
	text-decoration : none;
	}

.title {
	color : #996600;
	font-size : 13pt;
	font-weight : bold;
	}

.pageheading {
	color : #000000;
	font-size : 15pt;
	font-weight : bold;
	}

