.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.textLightSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.borderThin {
	border: thin solid #336699;
	background-image: url(images/bgLight.gif);
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: blink;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.textBld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}
