@CHARSET "ISO-8859-1";

/* Standard text styles */
.pass {
	color:green;
}

.fail {
	color:red;
}

.warning {
	color:orange;
}

.soft {
	color:gray;
}

.x-small {
	font-size:x-small;
}

.xx-small {
	font-size:xx-small;
}

.italic,
.italics {
	font-style:italic;
}

.center {
	text-align:center;
}

.light {
	color:#DDDDDD;
}

.LH16 {
	line-height:16px;
}

.normal {
	font-weight:normal;
}

.bold {
	font-weight:bold;
}

.blurb { 
	font-weight:bold;
	color:#D68E4E;
}

/* Region-specific text / link styles */
#body a {
	color:#D68E4E;
}

#body a:hover {
	color:#FFFFFF;
}

#footer a {
	color:#98877A;
	text-decoration:none;
}

#footer a:hover {
	color:#D68E4E;
	text-decoration:underline;
}
