body {
  margin: 0 auto;
  padding: 0;
  width: 778px;
  font-family: Verdana;
  font-size: 12px;
  color: #BEBEBE;
  cursor: default;
  background-color: #808080;
  background-image: url("images/index01.gif"); }

a { color: #75CDFF; text-decoration: none; }
a:hover { text-decoration: underline; }

.checkbox, .radiobtn { }
.combobox, .password, .textbox, .cmbML, .txtML {
  color: #92bfe5;
  border: 1px solid #ccc; }
  /* all the specifics are in separate css files */

img { margin: 0; padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ulTxt {
  float: left;
  width: 130px; }
.ulObj {
  float: left;
  margin-right: 10px;
  width: 206px; }						/* need extra space at the end for IE */
.ulTxt li { }
.ulObj li { padding: 0; height: 21px; }


.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.fright { float: right; }
.fleft { float: left; }
.uroman { list-style-type: upper-roman; }
.lroman { list-style-type: lower-roman; }
.ulatin { list-style-type: upper-latin; }
.llatin { list-style-type: lower-latin; }
.ualpha { list-style-type: upper-alpha; }
.lalpha { list-style-type: lower-alpha; }
.decimal { list-style-type: decimal; }
.disc { list-style-type: disc; }
.circle { list-style-type: circle; }
.square { list-style-type: square; }



#ulLinks1 {
  padding-top: 8px;
  width: 100%;
  height: 27px; }
#ulLinks1 li {
  display: inline;
  font-size: 9px;
  color: #969696; }
#ulLinks1 a {
  display: block;
  float: left;
  padding: 2px 15px 8px 15px;
  color: #969696; }

#divTime {
  float: right;
  padding-right: 15px;
  text-align: right; }


#ulMenu { float: left; width: 182px; }
#ulMenu li {
  display: block;
  width: 182px;
  text-align: center; }
#ulMenu a {
  display: block;
  width: 100%;
  padding-top: 3px;
  font-weight: bold; }

#liMenu0 {
  padding-top: 80px;
  height: 54px;
  color: #fff;
  font-size: 20px; }
#liMenu1, #liMenu2, #liMenu3, #liMenu4, #liMenu5 { height: 24px; }
#liMenu6 { height: 49px; }


#divLeft {
  float: left;
  width: 130px; }

#divMid {
  float: left;
  width: 518px; }

#divRight {
  float: right;
  width: 130px; }


.liTitle {
  padding-top: 10px;
  height: 36px;
  color: #fff;
  font-size: 18px; }

#liBody1, #liBody2, #liBody3 { margin: 10px 15px 0 15px; }
#liBody2 p { margin: 25px 10px 0 10px; text-align: justify; }

