#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #C5B4D3;
	color: #694a82;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
div.element a {text-decoration: underline;}
div.element a:hover {text-decoration: none;}
div.element a.word {background: url(i/word.gif) left center no-repeat; height: 16px; padding: 3px 0px 3px 19px; text-decoration: underline;}
div.element a.word:hover {text-decoration: none;}

div.element a.xls {background: url(i/xls.gif) left center no-repeat; height: 16px; padding: 3px 0px 3px 19px; text-decoration: underline;}
div.element a.xls:hover {text-decoration: none;}

