/*<!-- border top,right,bottom,left -->*/
.borderOne{
   border-color: 000000;
   border-style: solid;border-width: 2px 2px 2px 2px;
}
/*<!-- border right,left -->*/
.borderTwo{
   border-color: 000000;
   border-style: solid;border-width: 0px 2px 0px 2px;
}
/*<!-- border right,bottom,left -->*/
.borderThree{
   border-color: 000000;
   border-style: solid;border-width: 0px 2px 2px 2px;
}
/*<!-- topWhite  -->*/
.topWhite{
  font-family:Arial;
  font-size: 12pt;
  color:#ffffff;	 
}
/*<!-- workspaceBlack  -->*/
.workspaceBlack{
  font-family:Arial;
  font-size: 9pt;
  color:#000000;	 
}

/*<!-- bottomWhite  -->*/
.bottomWhite{
  font-family:Arial;
  font-size: 8pt;
  color:#ffffff;	 
}
/*<!-- pointerStyle -->*/
.pointerStyle{
    cursor:hand;
    font-family:Arial;
    font-size: 10pt;
    background-color:"#0E5D92";
    color:#ffffff;	 
}/*<!-- movePointerStyle -->*/
.movePointerStyle{
    cursor:hand;
    font-family:Arial;
    font-size: 10pt;
    background-color:"#000000";
    
    color:#ffffff;	 
}
/*<!-- nonPointerStyle -->*/
.nonPointerStyle{
    cursor:hand;
    font-family:Arial;
    font-size: 10pt;
    background-color:#FFD113;
    color:#000000;	 
}
/*<!-- search text box -->*/
.fieldSet{
  font:Arial;
  color:#000000;
  background-color:#FFFFFF;
  padding:0px; 
  border: solid 1px;
  height:18px;
  width: 150px;
 }
/*<!--  cancelling link style(undeline etc..) -->*/

A:link{text-decoration:none;color:#0E5D92;}
A:visited {text-decoration:none;color:#0E5D92;}
A:active {text-decoration:none;color:#0E5D92;}
A:hover {text-decoration:underline; color:#000000;}
