@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;
}

.cn {
	text-align:right;
	font-style:italic;
}

.cn a {
	color:#999999;
	text-decoration:none;
	padding-right:5px;
}

.cn a span {
	color:#7eba72;
	text-decoration:underline;
}

.cn a:hover {
	color:#000000;
}

.cn a:hover span {
	color:#1c4a13;
}


