Table{
  font-size : 12px;
  font-family : Arial;
  font-weight : normal;
}

A{
  font-size : 11px;
  font-family : Arial;
  color : #999999;
  TEXT-DECORATION: none ;
  font-weight : bold;
}
A:hover{
  font-size : 11px;
  font-family : Arial;
  color : #990000;
  TEXT-DECORATION: none ;
  font-weight : bold;
}
LI{
  list-style-type : circle;}

.darkGray{
  background-color : #bcbeb3;
}

.lightGray{
  background-color : #e1e2de;
}

.lightGrayBorder{
background-color : #efefed;
border-left-width : 1px;border-left-style : dashed;border-left-color : #999999;
}

.lightGrayBorderRight{
background-color : #efefed;
border-right-width : 1px;border-right-style : dashed;border-right-color : #999999;
}

.rightBorder{
border-right-width : 1px;border-right-style : dashed;border-right-color : #999999;
}

.topRight{
border-top-width : 1px;border-right-width : 1px;border-top-style : dashed;border-right-style : dashed;border-top-color : #999999;border-right-color : #999999;
}
.bottom{
border-bottom-width : 1px;border-bottom-style : dashed;border-bottom-color : #999999;
}
.left{
border-left-width : 1px;border-left-style : dashed;border-left-color : #808080;
}
.right{
border-right-width : 1px;border-right-style : dashed;border-right-color : #999999;
}
