a {
	text-decoration: none;
	;
	font: normal 10pt "Gill Sans";
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	color: #993300;
	text-decoration: none;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-family: "Gill Sans";
	font-size: 10px;
	font-weight: bold;
}

p {
	margin: 0px;
	font-size : 10pt;
	color: #000000;
	font-family : "Helvetica";
	line-height : normal;
	font-weight: normal;
}

h1 {
	font: bold 18px "ITC Legacy Sans Medium";
	color: #0033FF;
	background-color: #FFFFFF;
}
h2 {
	font: bold 10pt "Gill Sans";
	color: #000000;
	background-color: #99CCFF;
	border: outset;
}
h5 {
	font: normal 9pt "Gill Sans";
	color: #000000;
	background-color: #FFFFFF;
}
h6 {
	font: normal 9px Helvetica;
	background-color: #C5CEE0;
	color: #333333;
}
b {
	font: bold normal 10pt "Gill Sans";
	color: #000066;
}

