body
{
   margin: 0px;
   padding: 0px;
   text-align: center;
   font-size: 11px;
   font-family: Tahoma, Verdana;
   color: #737A7D;
   background-color: #F0F1ED;
}

.form
{
   FONT-FAMILY: Verdana; 
   FONT-SIZE: 2.6mm; 
   BACKGROUND-COLOR: #FFFFFF; 
   BORDER-COLOR:#000000; 
   BORDER-STYLE:solid; 
   BORDER-WIDTH:1px; 
   COLOR: #000000; 
   width: 99%;
}

.link
{
   font-family: Tahoma, Verdana;
   font-size: 11px;
   color: #178DBF;
   text-decoration: none;
}

.link:hover
{
   text-decoration: underline;
}

.gg
{
   font-family: Tahoma, Verdana;
   font-size: 11px;
   line-height: 16px;
   color: #178DBF;
   text-decoration: none;
   border: none;
}

.gg:hover
{
   text-decoration: underline;
}

div
{
   margin: 0px;
   padding: 0px;
   overflow: hidden;
}
img
{
   border: 0;
}

#mainTable
{
   width: 633px;
   margin-left: auto;
   margin-right: auto;
   position: relative;

   background-image: url(../img/bkg_main.gif);
}

#topBar
{
   width: 633px;
   height: 8px;
   position: relative;

   background-image: url(../img/bkg_top.gif);
}

#bottomBar
{
   width: 633px;
   height: 48px;
   position: relative;

   margin-top: 5px;
   
   text-align: left;

   background-image: url(../img/bkg_bottom.gif);
}

.Validation
{
   position: relative;
   width: 633px;
   height: 48px;

   text-align: right;
}

#dataBar
{
   width: 617px;
   margin-left: auto;
   margin-right: auto;
   position relative;
}

#flashBar
{
   width: 617px;
   height: 310px;

   margin-left: auto;
   margin-right: auto;
   position: relative; top: 5px;
}

#miniTable
{
   position: relative;
   border: solid 1px;
   border-color: #CDCDCB;

   display: block;
   width: 353px;
   height: 118px;

   float: left;

   margin-top: 10px;
   margin-bottom: 5px;
   
   text-align: left;

   padding-left: 0px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
}

#rightTable
{
   position: relative;
   border: solid 1px;
   border-color: #CDCDCB;

   display: block;
   width: 240px;

   float: right;

   margin-top: 10px;
   margin-bottom: 5px;
   
   text-align: left;

   background-image: url(../img/tb_bkg.gif);
   background-repeat: repeat-x;
   
   padding-left: 3px;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   
}

#leftTable
{
   position: relative;
   border: 0;
   border-color: #DADADA;

   float: left;

   width: 357px;

   margin-top: 10px;
   margin-bottom: 15px;

   text-align: left;

   padding-left: 3px;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
}

.Title
{
   background-image: url(../img/!.gif);
   background-repeat: no-repeat;
   padding-left: 20px;
   height: 16px;
   
   font-size: 14px;
   font-family: Tahoma, Verdana;
   color: #178DBF;
   font-weight: bold;
}

.txt { text-align: justify; }
.ctxt { text-align: center; font-weight: bold; }
.txtGreen { color: #88CD33; font-weight: bold; }
.txtRed { color: #F15D44; font-weight: bold; }

.


