LI {
	list-style-type : square;
	color : rgb(139, 69, 19);
	font-weight : bold;
	font-size : 10pt;
}
A:ACTIVE {
	background-color : transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
	color : rgb(139, 69, 19);
}
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	color : rgb(139, 69, 19);
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	color : rgb(139, 69, 19);
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
	text-transform : none;
	color : rgb(139, 69, 19);
	text-align : center;
}

TD {
	border-top-style : solid;
	border-right-style : solid;
	border-top-width : 1pt;
	border-right-width : 1pt;
	border-color : rgb(139, 69, 19);
}
TABLE {
	border-color : rgb(139, 69, 19);
	border-top-width : 1 pt;
	border-left-width : 1 pt;
	border-right-width : 1 pt;
	border-bottom-width : 1 pt;
	border-top-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
}
HR {
	color : rgb(139, 69, 19);
}






