td {
	background-repeat : no-repeat;
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	vertical-align : top;
	font-size-adjust : inherit;
	line-height : 11px;
}
.tabtext {
	background-repeat : no-repeat;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	vertical-align : top;
	font-size-adjust : inherit;
	line-height : 15px;
	margin-left: 15px;
	margin-right: 5px;
	text-align: left;
}
.tabtext2 {
	background-repeat : no-repeat;
	font-family : verdana, arial, sans-serif;
	font-size : 9px;
	vertical-align : top;
	font-size-adjust : inherit;
	line-height : 11px;
	margin-left: 5px;
}
.cen {
	background-repeat : no-repeat;
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	valign : center;
	line-height : 11px;
	text-align : center;
	
}
.sidelink {
	background-repeat : no-repeat;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	vertical-align : top;
	font-size-adjust : inherit;
	line-height : 15px;
}
b {
	font-size : inherit;
	font-weight : bold;
	color : #CE3100;
}
btext {
	font-size : inherit;
	font-weight : regular;
	color : #CE3100;
}
.white {
	font-size : 8px;
	font-weight : bold;
	color : white;
}
.bt {
	font-size : 10px;
	font-weight : bold;
	left-margin : 22px;
	color : black;
}
H1 {
	font-size : 17px;
	font-weight : bold;
	color : #CE3100;
	Line-height=19px;
}
H2 {
	font-size : 14px;
	font-weight : bold;
	color : #9C6300;
}
H3 {
	font-size : 12px;
	font-weight : bold;
	color : black;
}
UL {
	text-indent : 2px;
	font-size : 9px;
}
A:LINK, A:ACTIVE {
	color : black; /* #CC3300 */
	font-weight: bold;
	text-decoration : none; /* it was set to "nounderline" ? */
}

A:HOVER {
	color : #CC3300; /* black */
	font-weight: bold;
	text-decoration : underline;
}

A:VISITED {
	color : black;
	font-weight: bold;
	text-decoration : none;
}

A:VISITED:HOVER {
	color : #CC3300;
	font-weight: bold;
	text-decoration : underline;
}