/*
Style sheet
*/

BODY, P { 
font-family: Arial, Verdana, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #333366; }

.monospace { font-family: Verdana,Geneva,Arial; font-size: 8pt; }

a:link { font-weight: bold; color: #FF9900; text-decoration: none; }
a:hover { font-weight: bold; color: #FF9900; text-decoration: underline; }
a:visited { font-weight: bold; color: #FF9900; text-decoration: none; }
a:visited:hover { font-weight: bold; color: #FF9900; text-decoration: underline; }
a:active { font-weight: normal; bold: #FF9900; text-decoration: none; }

.top:link { font-size: 8pt; font-weight: normal; color: #333366; text-decoration: none; }
.top:hover { font-size: 8pt; font-weight: normal; color: #333366; text-decoration: underline; }
.top:visited {font-size: 8pt;  font-weight: normal; color: #333366; text-decoration: none; }
.top:visited:hover { font-size: 8pt; font-weight: normal; color: #333366; text-decoration: underline; }
.top:active { font-size: 8pt; font-weight: normal;  color: #333366; text-decoration: none; }

.nav:link { font-weight: bold; color: white ; text-decoration: none; }
.nav:hover { font-weight: bold; color: white; text-decoration: underline; }
.nav:visited { font-weight: bold; color: white; text-decoration: none; }
.nav:visited:hover {  font-weight: bold; color: white; text-decoration: underline; }
.nav:active { font-weight: normal;  bold: white; text-decoration: none; }

.bnav:link { font-size: 8pt; font-weight: normal; color: white; text-decoration: none; }
.bnav:hover { font-size: 8pt; font-weight: normal; color: white; text-decoration: underline; }
.bnav:visited {font-size: 8pt;  font-weight: normal; color: white; text-decoration: none; }
.bnav:visited:hover { font-size: 8pt; font-weight: normal; color: white; text-decoration: underline; }
.bnav:active { font-size: 8pt; font-weight: normal;  color: white; text-decoration: none; }

