﻿	/* LINKS */
a:visited { color: #ffffff; text-decoration: underline; }
a:link { color: #ffffff; text-decoration: underline; }
a:active { color: FFFF00; text-decoration: underline; font-weight: 400;}


a:hover { color: FFFF00; text-decoration: underline; font-weight: 400;}


/* BODY PROPERTIES */

body
{ 
		background-color: #003300;
        font-family: Arial, Helvetica, Sans Serif, Sans Serif;
        font-size:14pt;
        font-color:#ffffff
        scrollbar-base-color: #000000;
        scrollbar-track-color: #ffffff;
        margin: 0%;
}


/* Menu Table Cell-controls the menu cell that the menu sits in--*/
.tdmenu {background-color: #4F6769;}

/* This series of code controls the TD bkg color, font color and HR colors of all interior table cells--*/

/* Dark Table Cell colors-this controls the darkened interior table cells--*/
.tddark {background-color: #4F6769;}

/* Dark Table Cell colors-this controls the darkened interior table cells--*/
.tddarkline {color: #4F6769;}

/* Dark Table Cell-Header Font size and color-Page Top*/
.PageTitle {font-family: Arial, Helvetica, Sans Serif, Sans Serif; color:#ffffff; font-size: 18pt;}

/* Dark Table Cell-Path Links Font size and color-Page Top*/
.PagePathFont {font-family: Arial, Helvetica, Sans Serif, Sans Serif; color:#ffffff; font-weight: bold; font-size: 9pt;}