body 
{
	font-family : Arial, helvetica, sans-serif;
	font-size: 12px;
}

A { color:navy; text-decoration:  none;}
A:LINK { color :navy; text-decoration:  none;}
A:VISITED {	color :navy; text-decoration:  none;}
A:HOVER { color:red;  text-decoration:  none;}
A:ACTIVE { color :red; text-decoration:  none;}

h1, .headtext{
	font-size : 20px;
	font-weight : bold;
	font-family : Arial, helvetica, sans-serif;
}
	
h1 
{
	padding: 0 0 10px 0;
}

.headtext2{
	font-size : 18px;
	font-weight : bold;
}

h2 
{
	color: Navy;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 14px;
}

h2.nopad 
{
	padding: 0;
}

p 
{
	padding: 0 0 15px 0;
	margin: 0;
}
.bodytext{ 
font-family : Arial, helvetica, sans-serif;
font-size : 10pt }

.bodyboldtext{ 
font-family : Arial, helvetica, sans-serif;
font-weight : bold;
font-size : 10pt }

.smalltext{ 
font-family : Arial, helvetica, sans-serif;
font-size : 7.5pt }

.footertext{ 
font-family : Arial, helvetica, sans-serif;
font-size : 8pt }


    INPUT  {
    	COLOR : #000066;
    	FONT-FAMILY : Verdana, Arial;
    	FONT-SIZE : 8pt;
    	FONT-WEIGHT : normal;
    	LINE-HEIGHT : 9pt;
    }
	    SELECT  {
    	COLOR : #000066;
    	FONT-FAMILY : Verdana, Arial;
    	FONT-SIZE : 8pt;
    	FONT-WEIGHT : normal;
    	LINE-HEIGHT : 9pt;
    }
	    TEXTAREA  {
    	COLOR : #000066;
    	FONT-FAMILY : Verdana, Arial;
    	FONT-SIZE : 8pt;
    	FONT-WEIGHT : normal;
    	LINE-HEIGHT : 9pt;
    }
    .Highlight  {
    	BACKGROUND-COLOR : yellow;
    }
	.Menu {
		BACKGROUND-COLOR : #000066;
		COLOR : white;
		}

	.redbtn {  font-family: Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none}
	
td, th { 
	font-family : Arial, helvetica, sans-serif;
	font-size : 10pt 
}

.homePageDarkHeader
{
	text-align: center; color: #FFFFFF; background-color: #000000; font-weight: bold; padding: 5px;
}

#navigationContainer 
{
	font-size: 11px;
	padding: 5px 5px 2px 0;
	color: #FFFFFF;
	font-weight: bold;	
}

#navigationContainer A:LINK, #navigationContainer A:VISITED, #navigationContainer A:ACTIVE  {color: #FFFFFF; text-decoration: none;}
#navigationContainer A:HOVER {color: #FF9900; text-decoration: none;}

/*Reference
Orange: FF9900
Red: DE1A0C
*/