        a:link, a:visited, a:active {color: #790000; text-decoration: underline;}
        a:hover {color: #CC0000; text-decoration: underline;}

        a.nav:link, a.nav:visited, a.nav:active {color: #000000; text-decoration: none;}
        a.nav:hover {color: #790000; text-decoration: none;}

        a.footer:link, a.footer:visited, a.footer:active {color: #BEA47E; text-decoration: none;}
        a.footer:hover {color: #BEA47E; text-decoration: none;}

P {
	font-size: 12px;
	font-family : Verdana;
}

P.heading {
	font-size: 17px;
	font-family : Arial;
	font-weight : Bold;
}

TD {
	font-size: 12px;
	font-family : Verdana;
	color : #3C1E00;
}

TD.footer {
	font-size: 10px;
	font-family : Verdana;
	color : #BEA47E;
}

TD.cellon {
        background-color: #f8ed5f;
	font-size: 10px;
        font-weight: bold;
	font-family : Verdana;
}

TD.celloff {
        background-color: #ffe85c;
	font-size: 10px;
        font-weight: bold;
	font-family : Verdana;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #3C1E00;
}

.img {
  padding: 0px;
  border: 1px solid Black;
}
  
HR {
	color : #CCCCCC;
}