BODY{
  color : #333333;
  background-color : white;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
A:VISITED{
  color : #008080;
  text-decoration : underline;
}
A:HOVER{
  color : olive;
  text-decoration : none;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration : underline;
}
.title{
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
.menu{
  font-size : 8pt;
  margin-top : 1px;
  margin-left : 20px;
  margin-right : 1px;
  margin-bottom : 1px;
}
.currentmenu{
  font-size : 8pt;
  font-weight : bold;
}
.navibar{
  font-size : 9pt;
  border-top-width : thin;
  border-bottom-width : thin;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #A5D9C7;
  border-bottom-color : #A5D9C7;
  text-align : center;
}
HR.hide{
  display : none;
}
.footer{
  font-size : 8pt;
  text-align : right;
}
.footnavi{
  font-size : 9pt;
  text-align : center;
  border-top-width : thin;
  border-bottom-width : thin;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #A5D9C7;
  border-bottom-color : #A5D9C7;
}
.mini{
  font-size : 9pt;
}
.navimenu{
  background-color : #A5D9C7;
}
.breadcrumbs{
  font-size : 9pt;
  border-bottom-width : thin;
  border-bottom-style : solid;
  border-bottom-color : #A5D9C7;
}
H1{
  text-align : center;
  font-size : medium;
  font-weight : bold;
}
H2{
  font-size : small;
  font-weight : bold;
}
H3{
  font-size : x-small;
  font-weight : bold;
}
P{
  font-size : x-small;
  font-weight : normal;
}
DT{
  font-size : x-small;
  font-weight : bold;
  font-style : normal;
}
DD{
  font-size : x-small;
}
LI{
  font-size : x-small;
  list-style-type : square;
}
TD{
  font-size : x-small;
}
TH{
  font-size : x-small;
  background-color : #13ecab;
}
H4{
  font-size : x-small;
  font-weight : bold;
  font-style : italic;
}
OL{
  list-style-type : decimal;
}
