/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.GreyHead   {
	font-family:"Lucida Sans", Arial, Verdana;
	font-size: 14px;
	color: #999999;
	font-weight:bold;
	line-height:1em;
	text-transform: uppercase;
	text-decoration: underline;
}

.FeaturedHead   {
	font-family:"Lucida Sans", Arial, Verdana;
	font-size: 11px;
	color: #999999;
	font-weight:bold;
	line-height:1em;
	text-transform: uppercase;
	text-decoration: none;
}

HR	{
	width:88px;
	vertical-align:middle;
	text-align: left;
}

A:link, A:visited, A:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003399;
	font-weight:bold;
	text-decoration:none;
}


A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003399;
	font-weight:bold;
	text-decoration:underline
}