.ads {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

.strap {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

P {
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
}

TD {
  color: #000000;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
}

B  {
  font-weight: bold;
}

I  {
  font-style: italic;
}

.red {
	color: #993333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

A {
	color: #993333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

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

}

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

}

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

}

.menu {
	color: #000000;
	font-size: 16px;
    font-weight: bold;
	text-decoration: none;
}

.menu a {
 font-size: 16px;
 padding-bottom: 1px;
 padding-top: 1px;
 padding-left: 4px;
 padding-right: 4px;
}

.menu a:hover {
 color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}