/* 
================================
 Container Styles for Portal CSS
================================
*/   

.containermaster_blue {
	width: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #006633;
	color: #FFFFFF;
}
.containerrow1_blue {
	background-color: #996633;
	color: #FFFFFF;
}
.containerrow2_blue {
	background-color: #FFFFFF;
	color: #000000;
}
.ContainerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: normal;
	color: #006633;
	font-style: normal;
}
