/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: Transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-color: Transparent;
}
.containerrow2_blue {
	background-color: Transparent;
}
.head
{
	text-decoration : none;
	font-size : 120%;
	line-height : 25px;
	color : #000000;
	margin : 0;
}
.SubHead
{
	font-family : Cochin;
	font-size : 14px;
	font-weight : normal;
	color : #082f6f;
}
.SubSubHead
{
	font-family : Cochin;
	font-size : 13px;
	font-weight : bold;
	color : #dbdfec;
}


