/*-------------------------------------
  main.css
 -------------------------------------*/

body
  {
  background-color: #F9FFE4;
  background-color: #fdf6df;
  background-color: #fffbec;
  background-color: #fef9ce;
  margin : 0px;
  }


/*----------------------------*/

a, div, p,
form, input, select, textarea,
table, th, td
  {
  color : black;
  color : #000033;
  font-family : sans-serif, arial;
  font-size :  12px;
  font-stretch : normal;
  font-style :  normal;
  font-variant :  normal;
  font-weight : normal;
  text-decoration : none;
  text-shadow :  none;
  text-transform : none;
  }




/*----------------------------*/

.blank ,table, td
  {
  border : 1px none #FF0000;
  margin: 0px;
  padding: 0px;
  }



/*----------------------------*/

.menu
  {
  border : 1px none #00FF00;
  padding: 5px 15px 10px 15px;
  }

.menu ul
  {
  border : 1px none #00FF00;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  }

.menu li.on, li.of
  {
  border: 1px none #FF0000;
  line-height: 22px;
  margin: 0px 0px 2px 0px;
  padding: 0px 20px 0px 20px;
  text-align: left;
  }

.menu li.on { background-color: #078673; color: #C9FFDA; }
.menu li.of { background-color: #C9FFDA; color: #078673; }

.menu a
  {
  color: #078673;
  text-decoration: none;
  white-space: nowrap;
  }

.menu a:hover
  {
  color: #03342D;
  text-decoration: none;
  white-space: nowrap;
  }

.counter
  {
  border : 1px none #00FF00;
  padding: 0px 0px 0px 0px;
  position: relative;
  top: 30px;
  width: 100%;
  }



/*----------------------------*/

.text
  {
  border : 1px none #00FF00;
  line-height : 20px;
  padding: 0px 5px 10px 10px;
  }

.text td, td.low, td.vlow
  {
  border : 1px none #00FF00;
  line-height : 20px;
  padding: 5px 5px 5px 5px;
  }

.text td.low   { line-height : 10px; }
.text td.vlow  { line-height : 2px; padding: 0px;}


.text p, img
  {
  line-height : 18px;
  margin: 0px;

  }

.text br
  {
  line-height : 6px;
  }

.text h2, h3, h4, hr
  {
  color: #078673;
  margin: 0px 0px 0px 0px;
  }

.text h2 { font-size: 18px; }
.text h3 { font-size: 14px; }
.text h4 { font-size: 13px; margin: 0px 0px 3px 0px; }



.text a
  {
  color: #078673;
  text-decoration: none;
  white-space: nowrap;
  }

.text a:hover
  {
  color: #03342D;
  text-decoration: underline;
  }


