/* Default CSS Stylesheet */

BODY
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Times New Roman, Verdana;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    }

.M16M { font-family: serif; font-size: 16px; }
.M14M { font-family: Verdana; font-size: 14PX }
.M12M { font-family: Verdana; font-size:10px }
.M10M { font-family: Arial; font-size:8px }
.M08M { font-family: Arial; font-size:6px }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {COLOR: #003366;}


H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H2 {
	font-family: Arial, Times New Roman, Verdana;
	font-size: 18px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H3 {
	font-family: Arial, Times New Roman, Verdana;
	font-size:	16px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H4 {
	font-family: Arial, Times New Roman, Verdana;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H5, DT {
	font-family: Arial, Times New Roman, Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

H6 {
	font-family: Arial, Times New Roman, Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

TFOOT, THEAD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;	
	}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	vertical-align:	baseline;	
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;	
	}

A:link	{text-decoration: underline; color: #0000FF }
		
A:visited {text-decoration:	underline; color: #0000FF }
		
A:active {text-decoration: none; color: #FF0000; }
		
A:hover	{text-decoration: underline; color: #FF0000; }
	
SMALL {font-size: .7em; }

BIG	{ font-size: 1.17em; }

BLOCKQUOTE, PRE	{font-family: Courier New, monospace; }
	

UL LI { list-style-type: square; }

UL LI LI { list-style-type: disc; }

UL LI LI LI	{list-style-type: circle; }
	
OL LI {list-style-type:	decimal; }

OL OL LI {list-style-type: lower-alpha; }

OL OL OL LI	{list-style-type: lower-roman; }

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
