.padAll {
	padding: 10px;
	border: solid 2px black;
	width: 100%;
}

.roundCorner {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-left:1.4em;
	margin-right:2.0em;
}
.redBorder {
	border:1px solid #CC3333;
}
.roundCorner h2 {
	padding:0;
	margin:0 0 0px 0;
}
.c_content {
	clear:both;
	padding:0px;
	margin:.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.normalTxt {
	font-family:Arial, Helvetica, sans-serif;
}
.normalTxt p {
	margin-top:0px;
}
.headc {
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.blackBG {
	background:#000;
}
.redBG {
	background:#CC3333;
}
.blkTxt {
	color:#000;
}
.whiteTxt , .whiteTxt p{
	color:#fff;
}
.c_content .blkTxt .Normal {
	color:#000;
}
.c_content .whiteTxt .Normal, .c_content .whiteTxt .Normal p {
	color:#fff;
}

