BODY {
  font-size : 11px;
  font-family : Tahoma;
  color : #000000;
  background : #ffffff;
  overflow: hidden;
}
div#left {
    float: left;
    padding: 6px;
	background-color: #DEDDFF;
    top: 11em;
    left: 1%;
    width: 14%;
    position: absolute;
	overflow: hidden;
}
div#right {
    float: right;
    padding: 6px;
	background-color: #DEDDFF;
    top: 11em;
    right: 1%;
    width: 14%;
    position: absolute;
	overflow: hidden;
}
div#middle {
    padding: 0px 210px 5px 210px;
    margin: 0px;
    background-color: #FFFFFF;
}
TD.t {
  font-size : 11px;
  font-family : Tahoma;
  color : #000000;
  background : #ffffff url(img/blue3.gif) repeat;
}
TD.s {
  font-size : 11px;
  font-family : Tahoma;
  color : #000000;
  background : #ffffff url(img/blue2.gif) repeat;
}
TD {
  font-size : 11px;
  font-family : Tahoma;
  color : #000000;
}
P {
  font-size : 11px;
  font-family : Tahoma;
  color : #000000;
  background : transparent;
  text-align : justify;
}
H4 {
  font-family : Tahoma;
  color : #000000;
  background : transparent;
  text-align : center;
  font-size : 10px;
}
H3 {
  font-family : Tahoma;
  color : #7487A3;
  background : transparent;
  text-align : center;
  font-size : 13px;
}
H2 {
   font-family : Tahoma;
  color : #7487A3;
  background : transparent;
  text-align : center;
  font-size : 13px;
}
H1 {
  font-family : Tahoma;
  color : #7487A3;
  background : transparent;
  text-align : center;
  font-size : 17px;
}

A:visited , A:link , A:active {
  font-size : 11px;
  font-family : Tahoma;
  color : #7487A3;
  background : transparent;
  text-decoration : underline;
}
A:hover {
  font-size : 11px;
  font-family : Tahoma;
  color : #FF0000;
  background : transparent;
  text-decoration : underline;
}
.class { height: 32px; }

span { background-color: #FFFF00; }