/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-color: #ff0000;
	border-right: #ff0000 1px solid; 
	border-top: #ff0000 1px solid; 
	border-left: #ff0000 1px solid; 
	border-bottom: #ff0000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_red {
	background-color: #ff0000;
}
.containerrow2_red {
	background-color: #ffffff;
}


span.Head{color:#FFFFFF;font-face:Arial;font-size:10pt}

