@charset "utf-8";
/* CSS Document */

.font-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}

.font-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

.font-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	border-bottom-style: none;
	padding-bottom: 0px;
	margin: 0px;
}

