
a:link {
text-decoration: underline;
color: #336699;
}
 
a:visited {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #CC3300;
}
A.pale {
font-weight: none;
text-decoration: underline;
color: #666666;
}
A.pale:Visited {
color: #666666;
text-decoration : underline;
}
A.pale:Hover {
color: #FF9900;
text-decoration : underline;
}
A.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	text-decoration: none;
	color: #CC3300;
	line-height: 2;
}
A.menu:Visited {
color: #CC3300;
text-decoration : none;
}
A.menu:Hover {
	background-color: #000003;
	color: #fff;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC6600;
	font-weight: bold;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #003366;
	font-weight: bold;
}
.text-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}