/* This entire page background color. */
body.background
{BACKGROUND-COLOR: #333333}

/* This is to make the text in the table appear correctly in Netscape 4.5. */
td
{font-family: Arial, helvetica; font-size: 9pt}

/* This is for the main section of the page, where the actual text appears. */
td.bodytext
{BACKGROUND-COLOR: white;
COLOR: #333333;
}

td.bodytext a:link
{color: #333333;
text-decoration: none
}

td.bodytext a:visited
{color: #333333;
text-decoration: none
}

td.bodytext a:hover
{color: #333333;
text-decoration: underline
}

td.bodytext a:active
{color: #333333;
text-decoration: none
}


/* This is for the title of the main section of the page */
td.bodytitle
{BACKGROUND-COLOR: white;
COLOR: #3762ab;
FONT: 800 13pt "arial","helvetica"}

/* This is for the title of the different section of the page */
td.bodysectiontitle
{BACKGROUND-COLOR: white;
COLOR: black;
FONT: 800 9pt "arial","helvetica"}

/* This is for the title of the different section of the page */
td.bodysectiontitlegray
{BACKGROUND-COLOR: #DBDBDB;
COLOR: black;
FONT: 800 9pt "arial","helvetica"}


/* Blue BAckground - This is all for the navigation cells at the top and left of the page.*/
td.cell-a
{BACKGROUND-COLOR: #3762ab;
FONT: 800 13px/13px "trebuchet MS","arial","helvetica"}

td.cell-a a:link
{color: white;
text-decoration: none}

td.cell-a a:visited
{color: white;
text-decoration: none}

td.cell-a a:hover
{color: #FFCF73;
text-decoration: none}

td.cell-a a:active
{color: white;
text-decoration: none}


/* Green BAckground - This is the title cell*/
td.cell-b
{BACKGROUND-COLOR: #d1edd2;
FONT: 600 14px/14px "trebuchet MS","arial","helvetica"}

ul { font-family:Arial, Helvetica, sans-serif;
list-style-image: url(bullet.png);
list-style-type:none;
}
li {font-family:Arial, Helvetica, sans-serif;
list-style-image:url(bullet2.png);
}


