#cmscontent {
	font-size: 12px;
	padding: 10px;
}
#cmscontent h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0px 0px 20px;
}
#cmscontent h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0px 10px;
}
#cmscontent h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 20px 0px 0px;
}
#cmscontent h5 {
	font-weight: normal;
	font-size: 10px;
	margin: 5px 0px 15px;
	text-transform: uppercase;
	color: #BFBFBF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
}
#cmscontent p, #cmscontent li {
	line-height: 18px;
	margin: 0px 0px 12px;
}
#cmscontent .indent {
	margin-left: 20px;
}

#cmscontent table.sponsorLogos {
	width: 420px;
	margin: 0px auto;
	border: none;
	border-collapse: collapse;
}
#cmscontent table.sponsorLogos td {
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 2px;
}
.redlight {color: #990000;}
.greenlight {color: #009900;}
.tableBorderDotted {
	border: 1px dotted #999999;
}