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

/* FONT STYLING */
.smallLink {
	text-decoration		: none;
	text-transform		: uppercase;
	font-size			: 8pt;
}
.highlight {
	color				: #808080;
	text-transform		: uppercase;
	font-weight			: bold;
}
.errorText {
	margin-bottom		: 5px;
	color				: #C00;
	font-size			: 7pt;
}
.error {
	font-size			: 8pt;	
	text-transform		: uppercase;
}

