BODY, DIV, LI, P, TD {	font-family : Arial, Helvetica, sans-serif;	font-size : 9pt;	color : #333333;}

/* dark grey*/
.darker {
color : #333333;
}

/* blue header */
.head {
color : #333333;
font-weight : bold;
font-family : Verdana, Helvetica, sans-serif;
}

/* grey header */
.head2 {
color : #333333;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
}

/* red header */
.head3 {
color : #FF0000;
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
}

.smalltext {
font-size : 8pt;
color : #333333;
}

/* light grey */
.tableline {
background-color : #CCCCCC;
}

/* yellow */
.footertop {
background-color : #333333;
}

/* dark grey */
.footerbar {
background-color : #333333;
}

.footertext {
font-size : 8pt;
color : #FFFFFF;
}

.errorText {
color : #800080;
}