.mainText {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11pt;
}
.footerText {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9pt;
}
A, A:LINK,  A:HOVER {
	color: #663300;
	text-decoration: none;
}
A:ACTIVE{
	color:#cc0000;
	text-decoration: underline;
}
A:VISITED{
	color:#000000;
	text-decoration: underline;
}
ol.letter{
	list-style-type: lower-alpha;
}
ul.number{
	list-style-type: decimal;
}