/* .fontfamily, .dtfont13, .boldfont, .lnfont, .lnboxfont, .gtldfont, .dtfontb13 { */
div.cfont, p.cfont, p.cfontb, span.boldfont, li.cfont, span.gtldfont {
    font-family: Tahoma, Geneva, sans-serif;
}
/* .dtfont13, .dtfontb13 { font-size: 13px; color: black; }
.dtfontb13 { font-weight: bold; }

.ln { text-decoration: none; }
.lnfont, .lnboxfont { font-size: 14px; font-weight: bold; color: black; }
.lnboxfont { font-size: 13px; font-weight: normal; color: #696969; }
.netfont { font-weight: bold; padding-left: 10px; }
.indentgtld { padding-left: 60px; }
.indentdt { text-indent: 40px; }
.indentdt20 { text-indent: 20px; }
.inpaddt { text-indent: 20px; padding-left: 40px; }
.tbpadr { padding-right: 10px; }
.tbpadl { padding-left: 60px; }
.tbpadlr { padding-left: 15px; padding-right: 10px; }
*/
/* old */
span.boldfont { font-size: 14px; font-weight: bold; color: #00267f; }
span.gtldfont { font-size: 14px; font-weight: bold; padding-left: 18px; }

div.indentgtld { padding-left: 60px; }
/* new */
div.padlr { padding-left: 20px; padding-right: 20px; }
/* unvisited link */
a:link, a.cfontb:link { text-decoration: none; color: #999999; }
a.cfontb:link { font-size: 14px; font-weight: bold; }
/* visited link */
a:visited, a.cfontb:visited { text-decoration: none; color: #a0cfec; }
a.cfontb:visited { font-size: 14px; font-weight: bold; }
/* mouse over link */
a:hover, a.cfontb:hover { text-decoration: none; color: #6698ff; }
a.cfontb:hover { font-size: 14px; font-weight: bold; }
/* selected link */
a:active, a.cfontb:active { text-decoration: none; color: #a0cfec; }
a.cfontb:active { font-size: 14px; font-weight: bold; }

p.cfont, p.cfontb, li.cfont { font-size: 14px; }
p.cfontb { font-weight: bold; }
div.cfont { font-size: 14px; }

div.bar { 
	font-size: 14px;
	width: 660px; 
	height: 350px; 
	overflow: auto; 
	padding-top: 2px;
}
