.title-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
	background-color: transparent;
}

.listitem {
	font-weight: bold;
	color: #993333;
	line-height: 150%;
	background-color: transparent;
}

a:link{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FF9900;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
