/* FONT FAMILY */
a { font-family: arial, verdana; }
.txt, .txt-hl, .txt-hm, .txt-rt, .txt-sm, .txt-sm-hl, .txt-mm,  .txt-lnk { font-family: arial, verdana; }

/* FONT SIZE */
a:link, a:hover, a:active, a:visited, a.svc { font-size: 13px; }
.txt-hl, .txt-hm, a.hm:link, a.hm:hover, a.hm:active, a.hm:visited { font-size: 14px; }
.txt, .txt-lnk { font-size: 13px; }
.txt-sm, .txt-sm-hl, .txt-rt, a.sm:link, a.sm:hover, a.sm:active, a.sm:visited  { font-size: 12px; }
.txt-mm, a.mm:link, a.mm:hover, a.mm:active, a.mm:visited { font-size: 11px; }

/* COLOR */
a:link, a:active, a:visited, a.sm:link, a.sm:active, a.sm:visited, a.mm:link, a.mm:active, a.mm:visited  { color: #6699CC; }
a:hover, a.sm:hover, a.mm:hover { color: #FFFFFF; }
.txt, .txt-hm, .txt-rt, .txt-sm, .txt-lnk, .txt-mm  { color: #FFFFFF; }
.txt-hl, .txt-sm-hl { color: #CCCC99; }

/* OTHER FONT */
a { text-decoration: none; }
a:link, a:hover, a:active, a:visited, a.sm:link, a.sm:hover, a.sm:active, a.sm:visited { font-weight: bold; }
.txt-hl { font-weight: bold; text-align: left; }
