TABLE{
  
  background-color : #f5f5f5;
  font-size : 14px;
  line-height : 23px;
}
H1{
  color: #FFFFFF;
  background-color: #003399;
  text-align: center;
  border-top-color: #000066;
  border-right-color: #000066;
  border-bottom-color: #000066;
  border-left-color: #000066;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H2{
  color : black;
  
  text-align: center;
  
  
  
  
  padding-top : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  padding-left : 0px;
  border-top-style : none;border-right-style : none;border-bottom-style : none;border-left-style : none;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
}
H3{
  color : black;
  
  text-align: center;
  border-top-color: #000066;
  border-right-color: #000066;
  border-bottom-color: #000066;
  border-left-color: #000066;
  padding-top : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  padding-left : 0px;
  border-top-style : none;border-right-style : none;border-bottom-style : none;border-left-style : none;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  font-size : 16px;
  
  text-decoration : none;
  line-height : 25px;
}
BODY{
  
  height: 3px;
  font-size : 14px;
  line-height : 23px;
  background-color : #f0f0f0;
}
P{
  color : black;
  font-size : 14px;
  line-height : 23px;
  background-color : #f0f0f0;
}
A{
  
  text-decoration: underline;
  font-size : 15px;
  line-height : 24px;
  background-color : #f0f0f0;
  color : blue;
}
A:VISITED{
  color : blue;
  text-decoration: underline;
  font-size : 15px;
  line-height : 24px;
  background-color : #f0f0f0;
}
A:HOVER{
  color : #e30000;
  text-decoration: underline;
  
  font-size : 15px;
  line-height : 24px;
  background-color : #f0f0f0;
}
A:ACTIVE{
  color : #e30000;
  text-decoration: underline;
  font-size : 15px;
  line-height : 24px;
  background-color : #f0f0f0;
}
UL{
  color: #009999;
  list-style-image : url(l_b12.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(l_b12a.gif);
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color : black;
  background-color : #f0f0f0;
  font-size : 14px;
  line-height : 23px;
}
TD{
  color : black;
  background-color : #f0f0f0;
  font-size : 14px;
  line-height : 23px;
}
