/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.AH_DeepYellowHead
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #A0410B;
	color: #FFFFFF;
}
.AH_YellowBody
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #F3F0E9;
	color: #346881;
	border-right: #E8E2D5 1px solid;
}
A.AH_YellowBody:link {
    text-decoration:    none;
    color:#346881;
}
A.AH_YellowBody:visited  {
    text-decoration:    none;
    color:#346881;
}
A.AH_YellowBody:hover    {
    text-decoration:    none;
    color:#000000;
}
A.AH_YellowBody:active   {
    text-decoration:    none;
    color:#346881;
}
