/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white_gold {
	width: 100%;
	background-color: #ffffff;
	border-right: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-bottom: #ffffff 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;	
}
.containerrow1_white_gold {
	background-color: #ffffff;
}
.containerrow2_white_gold {
	background-color: #ffffff;
}
.containerrow2_blue_gold {
	background-color: #ffffff;
	width: 100%;
}
.titleTextG .Head
{
	color: #817A36;
	font-size: 12px;
	font-family: Helvetica, Tahoma, Arial;
	font-weight: bold;
}
.tableInside_gold 
{
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
}

