a { text-decoration: none;}
a:link{	color: #FF6600;	text-decoration: underline;	font-weight: bold;	}
a:visited{	color: #CC6633;	text-decoration: underline;	font-weight: bold;	}
a:active{	color: #FF0000;	text-decoration: underline;	font-weight: bold;	}
a:hover {	color: #FF0000;	text-decoration: underline;	font-weight: bold;	}

.text10 { color: #333333; font-size: 10px; line-height: 11px;}
.text12 { color: #333333; font-size: 12px; line-height: 14px;}
.text14 { color: #333333; font-size: 14px; line-height: 16px;}
.text12b { color: #333333; font-size: 12px; line-height: 14px; font-weight: bold; }
.text14b{ color: #333333; font-size: 14px; line-height: 16px; font-weight: bold; }