/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-color: transparent;
	border-right: Red 2px solid; 
	border-top: Red 2px solid; 
	border-left: Red 2px solid; 
	border-bottom: Red 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerheader_red {
	background-color: Red;
}

.Head   {
   font-size: 12px;
   font-weight: Bold;
   color: Yellow;
}






































































