.siteTitle { /* to be replaced with MCtitleRed later */
	color:#CC0000;
	font-size:22px;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
}
.titleDivider, .firstWordTitle { /* to be replaced with MCtitleRedLt later */
	color:#FF3333;
	font-size:22px;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
}
.lastWordTitle { /* to be replaced with MCtitleRedLt later */
	color:#FF3333;
	font-size:22px;
	font-weight:normal;
	padding: 0px 0px 10px 0px;
}
h4 { /* to be replaced with <strong> later */
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
h2 { /* to be replaced with MChdrRed later #CC0000 */
	color:#666666;
	font-size:13px;
	font-weight:bold;
}

A { /* fix cut off W bug for Anchor tags */
 margin:0px 0px 0px 2px;
}
