P {
	font-family: Georgia, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Georgia, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Georgia, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Georgia, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #DDDDDD
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Georgia, Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
}



