.txt_sml { font-size: 10px; }
.txt_nrm { font-size: 11px; }
.txt_bgr { font-size: 12px; }
.txt_bgt { font-size: 13px; }

.txt_bld { font-weight: bold; }
.txt_nrm { font-weight: normal; }
.txt_ita { font-style: italic; }
.txt_unl { text-decoration: underline; }

.col_gry { color: #b0b0b0; }
.col_drk { color: #3a3a3a; }
.col_blk { color: black; }
.col_wht { color: white; }
.col_red { color: red; }

.vis { display: block; }
.hid { display: none; }

.fnt_ari { font-family: Arial, Arial CE; }
.fnt_tah { font-family: Tahoma, Tahoma CE; }
.fnt_ver { font-family: Verdana, Verdana CE; }

.cur_hnd { cursor: pointer; }

.b_b { border-bottom: 1px solid #352f2c; }

.m_t { margin-top: 10px; }
.m_bh { margin-bottom: 5px; }
.m_bn { margin-bottom: 0px; }
.m_an { margin: 0px; }

.clear { clear: both; height: 0px; }

LI.sqr { list-style-type : square; }
LI.crc { list-style-type : circle; }
