/* CSS Document */

/* Defaults */
img {
	border: none;
	}
a {	
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {	
	text-decoration: underline;
	}
dd {
	margin-left: 0;
}

.smltxt {
	font-size: 85%;
	}
.bigtxt {
	font-size: 115%;
	}
.hghlite {	
	background: #60ABDE;
	color: #fff;
	}
.quttxt {
	font-style:italic;
	}
.greytxt {
	color: #CCC;
	}
.error {
	color: #FF0000;
	font-weight: bold;
	}

