/* CSS Document */
#loading {
  width: 380px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 2;
}
.redd {
 font-family: arial, tahoma, verdana;
 text-decoration:none;
 font-size: 20px;
 font-weight: bold;
 color: #ff0000; }

.link {
 font-family: arial, tahoma, verdana;
 text-decoration:none;
 font-size: 12px;
 text-transform: uppercase;
 font-weight: normal;
 color: #008000; }
.link:hover {
 font-family: arial, tahoma, verdana;
 text-decoration:none;
 font-size: 12px;
 text-transform: uppercase;
 font-weight: normal;
 color: #e72011; }
.ttk {
 font-family: arial, tahoma, verdana;
 text-decoration:none;
 font-size: 12px;
 /*text-transform: uppercase;*/
 font-weight: normal;
 color: #555555; }

.botbg {
 background-image: url(images/bg1.jpg);
 background-repeat: no-repeat;
 background-position: center center;}

.d { border: 1px solid #000055;
     border-style: dotted;}
.r { border-right: #000055 1px solid;
     border-style: dotted;}
.p { padding: 4px;}
.g { border: 1px solid #000055;
     background-color: #000055;
     padding: 0px;
     margin: 0px;}
.col1 { background-color: #f1f1f1;}
.col2 { background-color: #f2f2f2;}
.l {
    font-family: tahoma, arial, verdana;
    text-decoration:none;
    font-size: 11px;
    color: #000000; }
.l:hover {
    font-family: tahoma, arial, verdana;
    background-color: #E7F9E8;
    text-decoration:none;
    font-size: 11px;
    color: #316E04; }
.lb {
    font-family: tahoma, arial, verdana;
    text-decoration:none;
    font-size: 10px;
    color: #000055; }
.lb:hover {
    font-family: tahoma, arial, verdana;
    background-color: #f1f1f1;
    text-decoration:none;
    font-size: 10px;
    color: #316E04; }

.inf {
    font-family: arial, tahoma, verdana;
    font-weight: bold;
    font-size: 7px;
    color: #055123; }

.k {
    font-family: Times New Poman, tahoma, arial, verdana;
    font-weight: bold;
    font-size: 11px;
    color: #316E04; }
.kk {
    font-family: Times New Poman, tahoma, arial, verdana;
    font-weight: bold;
    font-size: 11px;
    color: #ff0000; }
.cc { font-family: Tahoma, Arial, Geneva, sans-serif;
     text-decoration:none;
     font-size:10px;
     color:#a3a3a3;}
.c { font-family: Tahoma, Arial, Geneva, sans-serif;
     text-decoration:none;
     font-size:10px;
     color:#a3a3a3;}
.c:hover {
    font-family: Tahoma, Arial, Geneva, sans-serif;
    background-color: #f1f1f1;
    text-decoration:none;
    font-size: 10px;
    color: #800000; }
.b {font-family: tahoma, arial, verdana;
    text-decoration:none;
    font-size: 10px;
    color: #000033; }
.bb {font-family: tahoma, arial, verdana;
    text-decoration:none;
    font-size: 11px;
    color: #000033; }

.input {
    font-family: tahoma, arial, verdana;
    border: #B2AC89 1px solid;
    width: 203px;
    height: 19px;
    background-color: #ffffff;
    font-size: 11px;
    color: #4A4311;
    background-image: url(images/bgi.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;}
.txtar {
    font-family: tahoma, arial, verdana;
    border: #B2AC89 1px solid;
    width: 203px;
    height: 80px;
    overflow: auto;
    background-color: #ffffff;
    font-size: 11px;
    color: #4A4311;
    background-image: url(images/bgi.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;}

.send {border: #B2AC89 1px solid;
     width: 100px;
     height: 18px;
     font-family: tahoma, arial, verdana;
     text-decoration:none;
     margin: 4px 0px 4px 0px;
     font-size: 11px;
     background-color: #ffffff;
     color: #4A4311;
     cursor: hand;
     cursor: pointer;}


form {padding: 0px;
      margin: 0px;}

body {  background-color: #ffffff;
        margin: 0px;
        padding: 0px;
        scrollbar-face-color:#ffffff;
        scrollbar-highlight-color:#c1c1c1;
        scrollbar-3dlight-color:#c1c1c1;
        scrollbar-darkshadow-color:#c1c1c1;
        scrollbar-shadow-color:#c1c1c1;
        scrollbar-arrow-color:#c1c1c1;
        scrollbar-track-color:#ffffff;}
ul { margin: 0;
     padding: 0;
     list-style: none;
     width: 173px; /* Width of Menu Items */
     border-bottom: 1px solid #ffffff;}

ul li { position: relative;}
li ul { position: absolute;
        left: 172px; /* Set 1px less than menu width */
        background: #fffbe5;
        top: 0;
        display: none;}

/* Styles for Menu Items */
ul li a { display: block;
          font-family: tahoma, arial, verdana;
          font-size: 11px;
          text-decoration: none;
          color: #005500;
          padding: 0px;
          border: 0px solid #ffffff;
          border-bottom: 0;
/*        background: #fffbe5;*/
          cursor: hand;
          cursor: pointer;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {color: #316E04; background: #fffbe5; } /* Hover Styles */

li ul li a {padding: 1px 2px 1px 2px; background: #eaffe2;} /* Sub Menu Styles */

li:hover ul, li.over ul {display: block;} /* The magic */

td {
 font-family: arial, tahoma, verdana;
 text-decoration: none;
 font-size: 14px;
 font-weight: normal;
 color: #555555; }

.dot1 {border-bottom: 2px dotted #ffffff;}
.dot2 {border-bottom: 2px dotted #000080;}
.copy {
 font-family: tahoma, arial, verdana;
 text-decoration:none;
 font-weight: normal;
 font-size: 11px;
 color: #000000; }
.div-bottom {
 width: 100%;
 text-align: center;}