P   {
	color : white;
        font-family : sans-serif;
        font-size : 9pt
}

TD   {
        color : white;
	font-family : sans-serif;
        font-size : 9pt
}

H1  {	
        color : white;
	font-family : sans-serif;
        font-size : 15pt
}

H2  {
	color : white;
	font-family : sans-serif;
        font-size : 13pt
}

H3  {
	color : white;
	font-family : sans-serif;
        font-size : 11pt
}

H4  {
	color : white;
	font-family : sans-serif;
        font-size : 10pt
}

A  {
	color :  white;
	font-family : sans-serif;
	text-decoration : none;
        font-size : 9pt
}

A:Link  {
	color : #FF4200;
	font-family : sans-serif;
	text-decoration : underline;
        font-size : 9pt
}

A:Visited  {
	color : #FCCA11;
	font-family : sans-serif;
	text-decoration : underline;
        font-size : 9pt
}

A:Active  {
	color : #FCCA11;
	font-family : sans-serif;
	text-decoration : underline;
        font-size : 9pt
}

A:Hover  {
	color : #CFA300;
	font-family : sans-serif;
        font-size : 9pt
}

LI   {
	color : white;
        font-family : sans-serif;
        font-size : 9pt
}

INPUT  {
	color : black;
	font-family : sans-serif;
        font-size : 9pt;

}


BODY  {
	color : white;
	font-family : sans-serif;
        font-size : 9pt;
        margin:5;
}

SUP   {
	font-family : sans-serif;
        font-size : 8pt;
        font-weight: bold;
}


<!--        background-repeat:repeat-x;-->

HR  {
	color:#000000;
}

INPUT   {
	font-family : sans-serif;
        font-size : 9pt
}

<!-- SUBCLASSES -->
<!--  Section headers around apply.html and area around begin.html apply types -->
<!--  Color for calculators -->
.HeaderTD { 
        font-size : 9pt;
	font-family : sans-serif;
	color:#000000; 
        background-color:#FFFFFF;
}
<!-- Area inside begin.html loan types -->
<!-- Highlite color for calculators -->
.HeaderTDHL { 
	font-family : sans-serif;
	color:#000000; 
	background-color:white;
        font-size : 9pt;
	font-weight : normal;
}
<!-- Rates Page Table Normal Color -->
.MainTD  { 
        font-size : 9pt;
	font-family : sans-serif;
	color:black; 
	background-color:white;
}
<!-- Rates Page Table Highlite Color -->
.MainHLTD  { 
        font-size : 9pt;
	font-family : sans-serif;
	color:white; 
	background-color:#000000; 
}
<!-- Common App Header -->
.AppSectionHeader {
        font-size : 9pt;
	font-family : sans-serif;
	color:white; 
	background-color:#000000; 
        font-weight:bold;
}
<!-- Common App Main Body -->
.AppSection {
        font-size : 9pt;
	font-family : sans-serif;
	color:#000000; 
	background-color:white;
}

.hideit { position:relative;
          display:none;
          visibility:hidden}