.margin {
	margin: 0px;
}

.catlist {
	color: #85303f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-right: 70px;
}

.linksTitle {
	color: #bd2f13;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}

.linksTitle a:link {
	color: #bd2f13;
	text-decoration: underline;
}

.linksTitle a:visited {
	color: #bd2f13;
	text-decoration: underline;
}

.linksTitle a:hover {
	color: #bd2f13;
	text-decoration: none;
}

.linksTitle a:active {
	color: #bd2f13;
	text-decoration: none;
}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link a:link {
	color: #990000;
	font-weight: normal;
}

.link a:visited {
	color: #990000;
	font-weight: normal;
}

.link a:hover {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

.link a:active {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}

.numlinks {
	color: #333333;
}

.descript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
color: #5f5f5f;
}

dl dt {
	margin-bottom: 8px;
}

dl dd {
	margin-left: 5px;
}



