<!--
a {
	color: #333333;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color: #cc0000;
	text-decoration:underline;
	font-weight: normal;
}
a:visited {
	color: Black;
}
p {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align : left;
}
.p2 {
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.redbold {
	color: #cc0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
.textbold {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
ul {
	list-style : square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066cc;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066cc;
}
.navtop_nounderline {
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
.textboldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}
.textboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none
}
.specsbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}
.specs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
-->