/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 100%;
	border-bottom: black 1px solid;

}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

.Normal
{
	font-size: 11px;
	line-height: 13px;
	font-family: tahoma,sans-serif;
}
TABLE
{
	font-size: 11px;
	line-height: 13px;
	font-family: tahoma,sans-serif;
}
.Head
{
	color: #fecb02;
	line-height: 24px;
	font-family: tahoma,sans-serif;
}
BODY
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	
}

