<STYLE TYPE="text/css">

body, div, p, blockquote, ol, ul, dl, li {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color : #000000;
    margin: 0px;
    padding: 8px;
}

/*   The header class is used for titles on the system pages */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 14pt;
}

/*   The subheader class is used for subtitles on the system pages */
.subheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 10pt;
}


/*    The error class is used for error messages such as incorrect input      */
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight : bold italic;
    font-size : 10pt;
}

/*    The fixed class is used for forms so fields will line up      */
.fixed {
	font-family: "Courier New", Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

/*  The content class is the main body text used everywhere   */
.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

/*  The helpcontent class is for the text of help windows   */
.helpcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size : 10pt;
}

/*   The helpheader class is used for titles on the help pages */
.helpheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 12pt;
}

/*	The contentconfig tag is for the backgound color of the form on the Configure page. */
.contentconfig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10pt;
}


/*  The contenthead tag is used in page-inated lists: it is the color of the header row. */
.contenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10pt;
}

/*  The contentbody tag is used in page-inated lists: it is the color of the list rows.  */
.contentbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size : 10pt;
}

/*    The contentsmall class is the same as content, except it's small text.
      It's used for the message under the Delete button on several list displays  */
.contentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
}


</STYLE>
