H1 {
  color: #000000;
  font-family: Arial;
  font-size: 20pt;
  font-weight: normal;
}

H2 {
  color: #000000;
  font-family: Arial;
  font-size: 18pt;
  font-weight: normal;
}

H3 {
  color: #000000;
  font-family: Arial;
  font-size: 14pt;
  font-weight: normal;
}

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

.smallprint {
  color: #000000;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
}

P {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

TD {
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

B  {
  font-weight: bold;
}

I  {
  font-style: italic;
}


A {
	color: #223c74;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

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

}

A:active {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;

}

A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #223c74;
}

.smallprint a {
  color: #000000;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
}

.smallprint a:hover {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 10px;
  background-color: #223c74;
  font-weight: normal;
}


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