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

.thick {
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	letter-spacing: 1em;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.small_underlined {
	font-size: 10px;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: underline;
}


