a {	
	color: #330033;
	text-decoration: underline;
	vertical-align: top;
}

a:hover {	
	text-decoration:underline;
	vertical-align: top;
	}
	
body {	
	background-color: #DED8E7;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 14px;	
	color: #331323;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;	
	padding-bottom: 2px;
	color: #330033;
	}
	
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	/*background-color: #DCBEFA;*/
	color: #6A2748;
	line-height: 1.25em;	
	}
	
h4 {
	font: small-caps normal 18px helvetica, arial, sans-serif;
	color: #6A2748;
	font-weight: 300;
	line-height: 25px;
	text-align:left;
	}
	
.image {
	border-style: solid;
	border-color: #DED8E7;
	border-left-width: 20px;
	border-right-width: 15px;
	border-bottom-width: 15px;
    }
	
/* styles for grouping links --bja */
div.linkgroup {
	margin-top: 20px;
	margin-right: 20px;
}

.clr {
	clear: both;
}
