.Text {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.TextSmall {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}
.TextGray {
   color: #AAAAAA;
}


a {
   color: #000;
   text-decoration: none;
}
a:hover {
   color: #cb4503;
   text-decoration: underline;
}
.Navigation a {
   color: #e24f06;
}


.BorderTable {
   padding: 2px;
   border: 1px solid #CCCCCC;
}
.RowSpacing {
   height: 25px;
}
.RowSpacingSmall {
   height: 15px;
}


