/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.WhiteHead
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0A58AF;
	background-color: transparent;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;	
}
.White_body
{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
}


