
/* SCROLL BAR */
BODY {
  scrollbar-3d-light-color:#D5EAFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:000000;
  scrollbar-dark-shadow-color:#000099;
  scrollbar-face-color:#000099;
  scrollbar-highlight-color:#0099FF;
  scrollbar-shadow-color:#000000
  }
  
 /*  */
 	A.darklink:link	{ text-decoration: none;color: white;};
	A.darklink:visited	{ text-decoration: none;color: white;};
	A.darklink:hover	{ text-decoration: none;color: aqua;};
	A.menulink:link	{ text-decoration: none;color: white;};
	A.menulink:visited	{ text-decoration: none;color: white;};
	A.menulink:hover	{ text-decoration: underline;color: white;};
	A:link { text-decoration: underline;color: #0066CC;};
	A:visited { text-decoration: underline;color: navy;};
	A:hover { text-decoration: none;color: navy;};

      BODY {
         font-size: 10pt;
         font-family: arial;
         }
		 
      P {
         font-size: 10pt;
         font-family: arial;
         }
		 
      TD {
         font-size: 10pt;
         font-family: arial;
         }
		 
      H1 {
         font-size: 18pt;
         font-family: arial;
         }
		 
      H2 {
         font-size: 14pt;
         font-family: arial;
         }
		 
      H3 {
         font-size: 12pt;
         font-family: arial;
         }
		 
.page_head {
	font-size: 20pt;
	font-family: arial;
	font-weight : bold;
}

.page_subhead {
	font-size: 12pt;
	font-family: arial;
	font-weight : bold;
	color: white;
}

.content_head {
	font-size: 20pt;
	font-family: arial;
	font-weight : bold;
}

.section_head {
	font-size: 12pt;
	font-family: arial;
	font-weight : bold;
	text-decoration : underline;
}
