
.whiteFont {
   font-family: Verdana;
   font-size: 8pt;
   color: white; 
}

.blackFont {
   font-family: Verdana;
   font-size: 8pt;
   color: #333333; 
}

body {

}

a {
   color: #e37600;
   text-decoration: none;
}

a:hover, a:active, a:focus {
   text-decoration: underline;
}

.smallTopMargin {
	margin-top: 0.5em;
}

.smallBothMargin {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.fButton {
   font-family: Verdana;
   font-size:   8pt;
   width:       90px;
   color:white;
   font-weight:bold;
   background-color:#333333;
   border:1px solid;
   border-top-color:#e37600;
   border-left-color:#e37600:
   border-right-color:#e37600;
   border-bottom-color:#e37600;
   cursor: pointer;
   cursor: hand;
}

.singleLineDiv {
border-right: 1px solid #CCCCCC;
}

.bottomLineDiv {
border-bottom: 1px solid #CCCCCC;
}

.smallTopMargin {
   margin-top: 0.5em;
}

.tiLeft{border:1px ridge black;}
.tiOther{border-top:1px ridge black;border-right:1px ridge black;border-bottom:1px ridge black;}
.ceLeft{border-left:1px ridge black;border-bottom:1px ridge black;border-right:1px ridge black;}
.ceOther{border-right:1px ridge black;border-bottom:1px ridge black;}

.textBox {
   font-family:  Verdana;
   font-size:    8pt;
   color:        #666666;
   border:       1px solid #bbbbbb;
   background:   #ffface;
}
