@charset "utf-8";
#newsnav {
	margin: 5px 5px;
	cursor: default;
}

#newsnav h4 a {
	font-size: 12px;
	font-weight: normal;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 5px;
	text-transform: capitalize;
	padding: 0px 0px;
	text-decoration: none;
	cursor: pointer;
}
#newsnav h4 a:hover {
	font-weight: normal;
	color: #000000;
	cursor: pointer;
}

#newsfeature {
	margin: 0px 5px;
	padding: 5px 0px;
	position: relative;
	height: auto;
}

#newswrapper {
	margin: 5px 5px;
	padding: 0px 0px;
	position: relative;
	height: auto;
	float: left;
}


#downloadwrapper {
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
	height: auto;
}
#downloadwrapper  table {
	margin: 5px 5px;
	padding: 0px 0px;
	border: none;
}
#downloadwrapper  table  td {
	padding: 5px 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdcdcd;
	margin: 0px 0px;
}

