body, td, input, textarea, span, p {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.header {
	font-size: 16px;
	font-weight: bold;
}
.subTitle {
	font-size: 14px;
	font-weight: bold;
}
.introText {
	font-size: 14px;
}
.enhanced {
	color: #000000;
}
.small {
	font-size: 10px;
}
.smaller {
	font-size: 9px;
}
.tiny {
	font-size: 8px;
}
A {
	font-family: Verdana;
	color: #CC6600;
	text-decoration: none;
}
A:active {  
}
A:link {  
}
A:visited {  
}
A:hover {
	text-decoration: underline;
}
A.enhanced {
	color: #ff6600;
	font-weight: bold
}
A:active.enhanced {  
	color: #ff6600;
	font-weight: bold;
}
A:link.enhanced {  
	color: #ff6600;
	font-weight: bold;
}
A:visited.enhanced {  
	color: #ff6600;
	font-weight: bold;
}
A:hover.enhanced {
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
