/* CSS Document */

#foldheader {
	list-style-type: none;
	list-style-image: url(/images/spacer.gif);
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;	
	cursor: hand;
	/* IE5/5.5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	font-weight: bold;
	}
#foldinglist {
	list-style-type: none;
	list-style-image: url(/images/spacer.gif);
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	}

a:link {
	color: #0A1C6F;
	text-decoration: none;
}
a:visited {
	color: #0A1C6F;
	text-decoration: none;
}
a:hover {
	color: #E62E1F;
}