.Normal
The normal group of classes is the styling for the main text displayed within most modules.
.Normal,.NormalDisabled
{
font-family: Tahoma, Arial, Helvetica;
font-size: 15px;
font-weight: normal;
}
.NormalDisabled
Styles any text which should appear disabled, in most cases you would use this default setting.
.NormalDisabled
{
color: Silver;
}