/* ######Link styles ###### */
a	{
	text-decoration: none;
	}
a:link	{
	color:	#900;
	}
a:visited	{
	color:	#900;
	}
a:active	{
	color:	#900;
	}
a:hover	{
	color:	#600;
	text-decoration: underline;
	}

/* ######A Anchor Link styles ###### */
a.anchor	{
	text-decoration: none;
	}

/* ######White Type Anchor Link styles ###### */
a.bottom	{
	font-size: 11px; 
	color:	#fff;
	text-decoration: underline;
	}
a.bottom:link	{
	font-size: 11px; 
	color:	#fff;
	}
a.bottom:visited	{
	font-size: 11px; 
	color:	#fff;
	}
a.bottom:active	{
	font-size: 11px; 
	color:	#fff;
	}
a.bottom:hover	{
	font-size: 11px; 
	color:	#ff;
	text-decoration: underline;
	}

/* ##SubNav## */
.nav { 
	font-family: arial, helvetica, sans-serif;
	font-size: 11px; 
	color: #000; 
	font-weight: bold; 
	}


/* ######Text styles ###### */

.headerA,H1,h1 { 
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
    margin:0px 0px 0px 0px;
	}

.headerB,H2,h2 { 
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	color: #036;
	text-decoration: none;
    margin:0px 0px 0px 0px;
	}	
	
.headerC,H3,h3 { 
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 82%;
	color: #036;
    margin:0px 0px 0px 0px;

	}

.headerD,H4,h4 { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #036;
	}

	
p { 
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 80%; 
	color: #333; 
	margin-top: 0; 
	padding-top: 0;
	}
.callout { 
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 85%; 
	color: #06c; 
	margin-top: 0; 
	padding-top: 0;
	}li { 
	margin-bottom: 2px; 
	}
.smallfontBold { 
	font-family: arial, helvetica, sans-serif;
	font-size: 75%; 
	color:#333;
	font-weight: bold;
	}
.smallfontBoldW { 
	font-family: arial, helvetica, sans-serif;
	font-size: 75%; 
	color:#fff;
	font-weight: bold;
	}
.smallfont { 
	font-family: arial, helvetica, sans-serif;
	font-size: 75%; 
	color:#333;
	}
.smallfontW { 
	font-family: arial, helvetica, sans-serif;
	font-size: 70%; 
	color:#fff;
	}

.bodytext,ul,ol,UL,OL { 
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 80%; 
	color: #333; 
	margin-top: 0; 
	padding-top: 0; 
	}
.bodytextRed { 
	font-family:  arial, helvetica, sans-serif;
	font-size: 80%; 
	color: #900; 
	margin-top: 0; 
	padding-top: 0; 
	}
.bodytextBold { 
	font-family:  arial, helvetica, sans-serif;
	font-size: 80%; 
	color: #333; 
	margin-top: 0; 
	padding-top: 0;
	font-weight: bold;
	}
.bodytextBoldW{ 
	font-family:  arial, helvetica, sans-serif;
	font-size: 80%; 
	color: #fff; 
	margin-top: 0; 
	padding-top: 0;
	font-weight: bold;
	}
ul.sitemap { 
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 80%; 
	color: #333; 
	margin-top: 0px;
    margin-left: 9px;
	padding-top: 0px;
	}
.formtext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	}		
.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #900;
	color: #fff;
	font-weight: bold;
	margin: 0;
	}

tr.white {
        background-color:#fff;
        }
tr.black {
        background-color:#000;
        }
tr.grey {
        background-color:#ccc;
        }
tr.dkgrey {
        background-color:#999;
        }
tr.dkblue {
        background-color:#036;
        }
tr.red {
        background-color:#900;
        }

td.white {
        background-color:#fff;
        }
td.black {
        background-color:#000;
        }
td.grey {
        background-color:#ccc;
        }
td.dkgrey {
        background-color:#999;
        }
td.dkblue {
        background-color:#036;
        }
td.red {
        background-color:#900;
        }
