h1{
	border-left	: 10px solid #666666;
	background-color	: #eeeeee;
	padding	: 5px 7px;
}

dl{
	margin-left	: 20px;
}
dt{
	font-size	: 11pt;
	font-weight	: bold;
	margin-top	: 25px;
}
dt a:link, dt a:visited{
	color	: #666666;
	text-decoration	: none;
}
dt a:hover{
	color	: #3366ff;
	text-decoration	: underline;
}
dd{
	margin-top	: 5px;
	font-size	: 10pt;
}
