H1 {
  color: #000066;
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
}

H2 {
  color: #000066;
  font-family: Arial;
  font-size: 20pt;
  font-weight: bold;
}

H3 {
  color: #000066;
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
}

H4 {
  color: #000066;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

P {
  color: #000066;
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
}

TD {
  color: #000066;
  font-family: Arial;
  font-size: 9pt;
  font-weight: normal;
}

B {
  font-weight: bold;
}

A {
	color: #275B8F;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;

}

A:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}

A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #275B8F;

}

.white {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

body {
	scrollbar-face-color: #F8F9FA;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FCFCFC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #E2E2E2;
	scrollbar-arrow-color: #275B8F;
	background-color: #F5F5F5;
}
//
