/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #FFFFFF;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	moz-border-radius-bottomleft:15px; 
	moz-border-radius-bottomright:15px; 
	moz-border-radius-topleft:3px;
	moz-border-radius-topright:3px;
}
.containerrow2_blue {
	background-color: #ffffff;
}

.aloha0307TiTle{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: small;
	font-weight: bold;
}

