/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ppa_white
{
	width: 100%;
	background-color: white;
}
.ppa_white hr
{
	background-color: #D2D2FA;
	color: #D2D2FA;
}
.ppa_white_top
{
	background-image: url(top.gif); 
	background-repeat: repeat-x;
}
.ppa_white_bottom
{
	background-image: url(bottom_white.gif); 
	background-repeat: repeat-x;
}

.ppa_blue
{
	width: 100%;
	background-color: #D2D2FA;
}
.ppa_blue hr
{
	background-color: White;
	color: White;
}
.ppa_blue_top
{
	background-image: url(top.gif); 
	background-repeat: repeat-x;
}

.container_body 
{
	padding: 5px;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
	color: white;
}









