/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.Normal
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #666666;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}

.Normalbold
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: Left;
}
.ErrorMessage
{
	font-family: Arial;
	font-size: 8pt;
	color: Red;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: Left;	
}