/* background-color properties only */
.bgw {background-color: #FFFFFF;}		
.bg1 {background-color: #F2F2F2;}	
.bg2 {background-color: #008FD5;}
.bg3 {background-color: #CCCCCC;}


/* font size/family properties only */
.txtnote {font-family: Arial, Verdana, Helvetica, Sans; font-size: 7.5pt;}
.txt1 {font-family: Arial; font-size: 8.5pt;}
.txt2 {font-family: Arial; bold; font-size: 8.5pt;}
.txt3 {font-family: Arial; bold; font-size: 12.5pt;}

/* font colour properties only */
.clrw {color: #FFFFFF;}
.clrb {color: #666666;}
.clr1 {color: #2161AA;}
.clr2 {color: #FF6600;}
.hilite {color: #AC1A1D;}

/* border-color properties only */
.brd1 {border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;}
.brd2 {border-top: 2px solid #CCCCCC; border-bottom: 2px solid #CCCCCC; border-left: 2px solid #CCCCCC; border-right: 2px solid #CCCCCC;}

/* table header */
.tbl_head {height: 20px; background-color: #F2F2F2; border-bottom: 1px solid #CCCCCC;}
.tbl_item {height: 18px; border-bottom: 1px dashed #CCCCCC;}

.cust_1 {font-family: Arial; font-size: 8.5pt; color: #2161AA; height: 18px; border-bottom: 1px dashed #CCCCCC;}
.cust_in {font-family: Arial; font-size: 8.5pt; color: #2161AA; height: 20px; background-color: #ff6600; border-bottom: 1px solid #CCCCCC;}
.cust_out {font-family: Arial; font-size: 8.5pt; color: #2161AA; height: 20px; background-color: #99cc33; border-bottom: 1px solid #CCCCCC;}


/* text box properties only */
.textbox{background-color: #FFFFFF; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; font-family: Verdana; font-size: 9pt; color: #666666;}

A.link1 {text-decoration : underline;}
A.link1:link {text-decoration : underline;}
A.link1:visited {text-decoration : underline;}
A.link1:visited:hover {text-decoration : none;}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration : none;
}
