/* CSS Document */

 h1 {text-align : center; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
  font-weight : bold; 
  font-style : normal; 
  font-size : 12pt; 
  color : #333333;} 

 h2 {text-align: left; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-weight: bold; 
  font-style: normal; 
  font-size: 8pt; color: #333333;}

 h3 {text-align: left; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-weight: normal; 
  font-style: normal; 
  font-size: 8pt; color: #333333;
  }

 h4 {text-align: center; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-weight: normal; 
  font-size: 8pt; color: #333333;}

 h5 {text-align: center; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-weight: normal; 
  font-size: 12px; color: #333333;}

 h6 {text-align: center; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-weight: normal; 
  font-size: 10px; color: #333333;}
  
  p {text-align: justify; 
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-weight: normal; 
  font-style: normal; 
  font-size: 8pt; color: #333333;}
  
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-align: center;
	color: #999999;
}

 body{
	background-color: #FFFFFF;
}
 
 scrollbar arrow {
color : #0000ff; 
} 
scrollbar-3dlight {
color : #dfdfdf; 
} 
scrollbar-highlight {
color : #0ba3f4; 
} 
scrollbar-face {
color : #ffffff; 
} 
scrollbar-shadow {
color : #0ba3f4; 
} 
scrollbar-darkshadow {
color : #dfdfdf; 
} 
scrollbar-track {
color : #e6e6e6; 
} 
  
 a:link {
 color : #993333; 
 text-decoration : none; 
 } 
 a:active {
 color : #993333; 
 text-decoration : none; 
 } 
 a:visited {
 color : #993333; 
 text-decoration : none; 
 } 
 a:hover {
 color : #0000ff; 
 text-decoration : underline; 
 } 
