.FONT9 {
font-size: 9pt;
text-decoration: none;
line-height: 180%;
}
a {
font-size: 9pt;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 9pt;
color: #00CC66;
text-decoration: none;
}

.greenborder {
font-size: 9pt;
border: 1px solid #009933;
}
.input-txt {
font-size: 9pt;
color: #333333;
background-color: #eeeeee;
border: 1px solid #CCCCCC;
}
.up-down-border {
font-size: 9pt;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #666666;
border-bottom-color: #666666;
}
.bottom-border {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #99FF00;
}
.up-border {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #99FF00;
}
.bottom-border-red {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D780B5;
}
.border-red {
font-size: 9pt;
border: 1px solid #CC3399;
}
.right-border {
font-size: 9pt;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #99CC00;
}
.all-border-green {
border: 1px solid #99CC00;
font-size: 9pt;
}
.hand {
cursor: hand;
}
.image-tb-border {
border: 0px solid #000000;
}