body
{
  background-color: #7A9980;
    margin: 0;
    padding: 0
}
body, table , input, textarea
{
  font-family: Times New Roman;
  font-size: 16px;
}
table
{
  border-color: #656565
}
input, textarea
{
  border:1px solid #656565
}
.MainTable
{
  border: 1px solid #FF0000;
  background: #D6E8D9
}
.Heading1
{
  font-size: 14px;
  font-weight: bold;
  color: #656565;
  background: #FCD203;
  width:100%;
  height:30;
  Border-left:1px solid #656565;
  Border-bottom:1px solid #656565;
  Border-right:1px solid #656565;
  text-align:center;
  padding-top: 5px
}
.DBText
{
  font-size:14px;
  WIDTH:100%;
  BORDER:3px double #656565;
  PADDING-LEFT:5;
  PADDING-TOP:5px;
  PADDING-BOTTOM:5px  
}
.Description
{
  background: #B5D7EA;
  width:200;
  Border:1pix solid #656565;
  text-align:center
}

.MorePages
{
  background: #EB797B;
  font-size: 9px;
  cursor:pointer
}
.CurrentPage
{
  background-color: #59D270;
  font-size: 9px
}
.Question
{
  font-size: 14px;
  font-weight: bold
}
a
{ 
  font-size: 12px; 
  text-decoration:underline;
  color: black
}
a.MainMenu
{ 
  font-size: 8pt;
  text-decoration:none;
  color: black
}
a.small
{ 
  font-size: 8pt;
  text-decoration:underline;
  font-weight:normal;
  color: black
}
a.Normal
{ 
  font-size: 14px;
  text-decoration:undeline;
  color: black
}
a.License
{ 
  font-size: 8pt;
  color: black
}
a.NormalSmall
{
  color: black
}
a.Web,
{
  font-size: 12pt;
  text-decoration:underline;
  color: #006E54
}
.PageLink
{
  CURSOR:pointer;
  font-size: 8pt;
  text-decoration:underline;
  color: #006E54
}
.PageLinkC
{
  CURSOR:pointer;
  font-size: 8pt;
  text-decoration:underline;
  color: Red
}
a.WebOther
{ 
  font-size: 8pt;
  text-decoration:underline;
  color: #006E54
}
a.frontend
{ 
  font-size: 8pt;
  text-decoration:underline;
  color: black;
  font-weight:normal
}
input, select
{
 font-size:14px
}
textarea
{
 font-size:14px
}

blink		
{
 behavior: url(blink.htc)
}
.BBHidden
{
    DISPLAY:none;
    CURSOR: normal
}
.BBShow
{
    DISPLAY:block;
    CURSOR:wait
}
#BBusy
{
    POSITION:absolute;
    TOP:0px;
    LEFT:0px;
    WIDTH:100%;
    HEIGHT:100%;
    BACKGROUND-COLOR:silver;
    -moz-opacity:0.5 ;
    filter:alpha(opacity: 50);
    opacity: 0.5;
    Z-INDEX:99
}