/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.DSIT_Transparent {
	width: 100%;
	font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    font-family:  Arial;
    text-decoration: none;
	
}





/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family:  Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #FFF;
}

.Head   {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
color: #FFFFFF;
}

A:link  {
    text-decoration:    underline;
    color:  #efef8c;
}

A:visited   {
    text-decoration:    underline;
    color:  #efef8c;
}

A:active    {
    text-decoration:    underline;
    color:  #efef8c;
}

A:hover {
    text-decoration:    none;
    color:  #efef8c;
}