/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style used for most text rendered by modules */
.Normal
{font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
line-height: 18px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
line-height: 18px;
}

.NormalRed
{font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#cc0000;
line-height: 18px;
}

.NormalBold
{font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
line-height: 18px;
font-weight:bold
}
