H1 { 
  color: #000000;
  font-family: Times New Roman,serif;
  font-size: 24pt;
  font-weight: bold;
}

H2 {
  color: #000000;
  font-family: Times New Roman,serif;
  font-size: 20pt;
  font-weight: bold;
}

H3 {
  color: #000000;
  font-family: Times New Roman,serif;
  font-size: 15pt;
  font-weight: bold;
}

H4 {
	color: #000000;
	font-family: Times New Roman,serif;
	font-size: 12pt;
	font-weight: bold;
}

.strap {
	color: #000000;
	font-family: Times New Roman,serif;
	font-size: 11pt;
	font-weight: bold;
}

P {
  color: #000000;
  font-family: Times New Roman,serif;
  font-size: 13px;
  font-weight: normal;
}

TD {
  color: #000000;
  font-family: Times New Roman,serif;
  font-size: 13px;
  font-weight: normal;
}

B  {
  font-weight: bold;
}

I  {
  font-style: italic;
}

.red {
	color: #993333;
	font-family: Times New Roman,serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

A {
	color: #001281;
	font-family: Times New Roman,serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #00cc00;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #001281;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
    background-image: url(back.gif);
	background-repeat: repeat-x;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FCFCFC;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #E2E2E2;
	scrollbar-arrow-color: #000000;
}