BODY,TABLE,P {	
  font-family:      Arial, Helvetica, sans-serif;
  font-size:		12px;
  font-weight:   	normal;
  text-transform:	none;
  color:            black;
  background-color:	white;
}
H1 {       
  font-size:      20px;
  font-weight:    bold;
  font-style:     italic;
  word-spacing:   normal;
  letter-spacing: normal;
  line-height:    24px;
  margin-bottom:  0;
  color:          #006699;
}
H2 {     
  font-size:      16px;
  font-style:     italic;
  font-weight:    bold;
  word-spacing:   normal;
  letter-spacing: normal;
  margin-top:     4;
  margin-bottom:  4;
  color:          #006699;
}
H5 {     
  font-size:      12px;
  font-style:     italic;
  font-weight:    bold;
  word-spacing:   normal;
  letter-spacing: normal;
  margin-top:     1;
  margin-bottom:  10;
  color:          black;
}
H3,H4,H6 {   
  font-size:      14px;
  font-style:     italic;
  color:          #006699;
  line-height:	  12px;
  margin-bottom:  3;
  margin-top:     4;
}

UL { 
  color:          black;
  font-size:      10px;
  font-weight:    normal;
}

A { 
  text-decoration: underline;
}

A.TopNav { 
  color:           black;
  text-decoration: none;
}
A.SideNav { 
  color:          black;
  line-height:    17px;
}
A.SideNav:hover { 
  font-weight:     bold;
  text-decoration: none;
  color:           black;
 } 
 A.TopNav:hover { 
  color:          gray;
 } 

TABLE.frame  {
        background-color:       transparent;
        border:                 2px groove blue; 
}
TD {
  font-size: 12px; 
  text-transform: none; 
  color: #666666;
  color: black;
}
TD.TopNav {
  width:200px;
  font-size: 11px; 
  color: blue;
  font-weight:	bold;
  text-align: center;
  border:			1px solid gray;
  background-color: #E8E8E8;
  cursor:		hand;
}
TD.LeftNav1 {
  font-size: 10px; 
  font-weight:	bold;
  color: 006699;
  text-align: left;
  border:			1px solid gray;
  background-color: #E8E8E8;
}
TD.TopBar {
  font-size: 12px; 
  color:    006699;
  font-weight:	bold;
  background-color: #E8E8E8;
}
TD.LeftNav {
  font-size: 10px; 
  font-weight:	bold;
  color:          #006699;
  line-height:    17px;
  text-align: left;
  border:		none;
  background-color: white;
}
.note_box {
  border: 1px solid red;
  padding: 7;
  background-color: #FFFFFF;
}

