BODY 
{
    FONT-SIZE: 10pt; MARGIN: 0; FONT-FAMILY: arial, trebuchet, helvetica, sans-serif;
    background-color: #ffedbb;
} 
TABLE {
	border-collapse: collapse; BORDER: 0px; MARGIN: 0px; PADDING: 0px; FONT-FAMILY: arial, trebuchet, helvetica, sans-serif;
} 
H2 { text-align: center; FONT-SIZE: 16pt; }

td.maincontents { 
	MARGIN: 0;
    BACKGROUND-COLOR: #ffedbb; 
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    }  
    
td.navbar 
{
	 margin: 0; border: 0; padding-top: 2em; width: 9em; BACKGROUND-COLOR: #ffd477; }
	 
td.navbar a {
    padding-left: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
/*	text-decoration: none;		    */
}
td.navbar form {
    padding-left: 10px;
}
td.navbar a:hover {
    background-color: #ffedbb; /*#2586d7;*/
    }

div.hftitle { 
    font-size: 24pt; 
    FONT-FAMILY: "Rockwell Extra Bold"; }
    
/* Keyboard Shortcuts Table */
table.shortcuts {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(150,150,150);
    border-collapse: collapse;
}
table.shortcuts tr {
    border-width: 10px;
    padding: 3px;
}        
table.shortcuts td {
    border-color: rgb(150,150,150);
    border-width: 1px;
    padding: 3px;
}        

