
.cMain {

}

H3 {
	margin-bottom: 10px;
}

H5 {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
	color: black;
	text-transform: uppercase;
}

P.bodytext {
	margin: 0 0 1em 0;
}

P.morelink {
	border-top: 2px solid black;
	text-align: right;
	overflow: auto;
	margin-bottom: 25px;
}

P.morelink A {
	display: block;
	float: right;
	width: 140px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 25px;
	background: url('../res/arrow.gif') no-repeat center right;
	background-color: black;
}

P.morelink A:hover {
	color: white;
	background: url('../res/arrow-act.gif') no-repeat center right;
	background-color: #f03c00;
}