BODY  {
  font-size : 10pt;
  font-family : Verdana, Helvetica, sans-serif;
  font-weight : normal;
  font-style : normal;
  color : #202040;
  background-color : #202040;
  margin: 0;
  padding: 0;
}

DIV.head {
  position : absolute;
  left : 50%;
  top : 0px;
  width : 800px;
  height : 77px;
  margin : 0px 0px 0px -400px;
  padding : 0px;
  background : url(images/back.gif);
}

DIV.menu {
  position : absolute;
  left: 50%;
  top : 77px;
  width : 800px;
  height : 31px;
  margin : 0px 0px 0px -400px;
  padding : 0;
  font-size: 12pt;
  background-color : #606077;
  overflow : hidden;
}

DIV.submenu {
  padding-top: 2px;
  top : 108px;
  height: 33px;
}

DIV.content {
  position : absolute;
  left : 50%;
  top : 108px;
  width : 800px;
  min-height : 100%;
  margin : 0px 0px 0px -400px;
  padding : 0;
  background-color : #606077;
}

DIV.subcontent {
  top : 141px;
}

DIV.menuitem {
  position : absolute;
  width : 396px;
  height: 31px;
  padding : 8px 2px 0px 0px;
  margin : 0;
  font-weight : bold;
  text-align : center;
  background : url(images/back.gif) top;
}

DIV.menuitem_hi {
  color : #FFFFFF;
  background : url(images/back.gif) center;
}

DIV.submenuitem {
  width : 194px;
}

A  {
  font-family : Verdana, Helvetica, sans-serif;
  color : #4040FF;
  text-decoration : underline;
}

A:Visited  {
  color : #A060A0;
}

A:Active  {
  color : Red;
}

A:Hover  {
  color : #208020;
}

A.menu, A.menu:Visited, A.menu:Active  {
  color : #BBBBCC;
  text-decoration : none;
}

A.menu:hover {
  color : #EEEEFF;
}

B  {
  font-weight : bold;
}

H1 {
  font-size : 12pt;
  font-weight : bold;
  margin : -8px 0px 12pt 0px;
  padding : 0;
}

IMG {
  border : 0;
}

LI {
  margin : 8px 0px 8px 0px;
}

TABLE  {
  font-size : 10pt;
  font-family : Verdana, Helvetica, sans-serif;
  font-weight : normal;
  font-style : normal;
  margin-left : 10px;
  margin-right : 10px;
  margin-top : 10px;
  margin-bottom : 10px;
  background-color: #FFFFFF;
}

TD  {
  font-size : 10pt;
  font-family : Verdana, Helvetica, sans-serif;
  font-weight : normal;
  font-style : normal;
}

TD.blank {
  background-color : #606077;
}

TD.lu {
  background-image : url(images/lu.gif);
  width : 20px;
  height : 18px;
}

TD.ru {
  background-image : url(images/ru.gif);
  width : 20px;
  height : 18px;
}

TD.ll {
  background-image : url(images/ll.gif);
  width : 20px;
  height : 18px;
}

TD.rl {
  background-image : url(images/rl.gif);
  width : 20px;
  height : 18px;
}

TD.upper {
  background-image : url(images/upper.gif);
  height : 18px;
}

TD.lower {
  background-image : url(images/lower.gif);
  height : 18px;
}

TD.right {
  background-image : url(images/right.gif);
  width : 20px;
}

TD.left {
  background-image : url(images/left.gif);
  width : 20px;
}

TD.middle {
  background-image : url(images/middle.gif);
  padding : 8px 8px 8px 8px;
}

TD.line {
  background-image : url(images/middle.gif);
  padding : 8px 8px 8px 8px;
  border-top : 1px solid #BBBBCC;
}

.new  {
  font-size : 9pt;
  font-weight : bold;
  color : #FF2020;
  background-color : #F0F020;
  margin-right : 8px;
}

.small  {
  font-size : 8pt;
}

