body {font-type: verdana,arial,tahoma;
        font-size: small;
        color:black
        }
H1 { font-type: Arial,Helvetica; 
     font-size: 138%; 
     color:blue
     }
H2 { font-type: Arial,Helvetica;
    font-size: 120%; 
    color:green
    }
H3 { font-type: Arial,Helvetica; 
    font-size: 108%; 
    color:purple
    }
H4 { font-type: Arial,Helvetica;
    font-size: 100%;
    font-weight: bold; 
    color:purple
    }
    
Normal {font-type: verdana,arial,tahoma;
        font-size: small;
        color:black
        }

quote {font-type: tahoma,arial,verdana;
        font-size: small;
        font-weight: bold;
	 font-style: italic;
        color:purple
        }
        
Menubar {font-type: system,arial,tahoma;
        font-size: smaller;
        color:black
        }
disclaimer {font-type: tahoma,arial,tahoma;
        font-size: smallest;
        color:black
        }        
p { font-type: verdana,arial,tahoma;
    font-size: small; color:black}
    
li.custom1 {
		font-family: arial,geneva,serif;
		font-size: 8pt;
		font-weight: bold;
		font-style: normal;
}

TD {
		font-family: tahoma,serif;
		font-size: 12pt;
}

.subtitle {
		font-family: arial,geneva,sans-serif;
		font-size: 14pt;
		font-weight: bold;
		font-style: normal;
		color: WHITE;
}
.total {
		font-family: arial,geneva,sans-serif;
		font-size: 14pt;
		font-weight: bold;
		font-style: normal;
		color: BLACK;
}
.required {
		font-family: arial,geneva,sans-serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: small-caps;
		color: RED;
}

.navigation {
		font-family: arial,geneva,serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
}