

/* font-size/font-family properties only */
.txtsml{font-family: tahoma; font-size: 7pt;}
.txt1{font-family: tahoma; font-size: 8pt; color: #888888;}
.txt1disabled{font-family: tahoma; font-size: 8pt; color: #CCCCCC;}
.txt2{font-family: tahoma; font-size: 9pt;}

/* font line height properties only */
.lh1{line-height: 15px;}
.lh2{line-height: 18px;}

/* font-colour properties only */
.clrw{color: #FFFFFF;}
.clrb{color: #000000;}
.clr1{color: #888888;}
.clr2{color: #0067C6;}
.clr3{color: #CCCCCC;}
.clrft{color: #21358D;}
.clre{color: #DE0C0C;}

/* background-colour properties only */
.bg1{background-color: #F6F6F4;}
.bg2{background-color: #FFFFFF;}
.bg3{background-color: #0067C6;}
.bg4{background-color: #B8BAB7;}
.bg5{background-color: #E2E0E0;}

/* border properties only */
.brd1{border: 5px solid #8A8A84;}
.brd2{border: 1px solid #DCDAD2;}

/* link properties */
A.link1:link {text-decoration: none;}			/* underline only */
A.link1:visited {text-decoration: none;}
A.link1:hover {text-decoration: underline;}

A.link2:link {color: #FFFFFF; text-decoration: none;}			/* text colour change */
A.link2:visited {color: #FFFFFF;  text-decoration: none;}
A.link2:hover {color: #999999; text-decoration: none;}

A.link3:link {color: #0067C6; text-decoration: none;}
A.link3:visited {color: #0067C6; text-decoration: none;}
A.link3:hover {color: #FFFFFF; text-decoration: none; background-color: #0067C6;}

A.linkft:link {color: #D19C15; text-decoration: none;}
A.linkft:visited {color: #D19C15; text-decoration: none;}
A.linkft:hover {color: #FFFFFF; text-decoration: none; background-color: #D19C15;}

.textbox{background-color: #F5F5F5; border-top: 1px solid #CDCDCD; border-bottom: 0px; border-left: 1px solid #CDCDCD; border-right: 0px; font-family: Tahoma; font-size: 9pt; color: #999999;}

#dhtmltooltip{position: absolute; width: 250px; border: 2px solid #8A8A84; padding: 5px; background-color: #FFFFFF; visibility: hidden; z-index: 100; color: #888888; font-size: 7pt; font-family: Tahoma;}