/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermasterTitle {
	width: 100%;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:transparent none norepeat;
}
.containerrow_Title
{
	background-color:transparent;
	background-image:none;
	padding-top:10px;
	padding-bottom:10px;
}
.Title_Title
{
    color:#666666;
    font-family:Century Gothic, Arial;
    font-size: 30px;
    font-style:normal;
    font-weight:Normal;
    letter-spacing: 0em;
    text-align:Left;
    padding-left:0px;
    padding-bottom:2px;
}
.HollandContent
{
    color:#333333;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    text-align:left;
    padding-left:5px;
    padding-right:7px;
}
.HollandContent a:link
{
    color:#79793e;
    text-decoration:none;
}

.HollandContent a:visited
{
    color:#79793e;
    text-decoration:underline;
}
.HollandContent a:active
{
    color:#79793e;
    text-decoration:underline;
}
.HollandContent a:hover
{
    color:#79793e;
    text-decoration:underline;
}

