/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #63759C;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #63759C;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
}
