/* CSS Document */

/* Defaults */
img {
	border: none;
	}
a {	
	color: #F06;
	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: #B998BB;
	color: #FFF;
	}
.quttxt {
	font-style:italic;
	}
.greytxt {
	color: #CCC;
	}
.right-images {
	float: right;
	width: 160px;
	margin-bottom: 0; 
	}
.right-images img {
	margin: 0 0 11px 11px;
	}
.error {
	color: #FF0000;
	font-weight: bold;
	}
