img { 
	border-color: #d0e0f6; 
}

H1 {
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

H2 {
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

H3 {
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

H4 {
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

P {	
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

B {
  font-weight: bold;
}


TD {
  color: #FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

A {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #C0C0C0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
}

A:hover {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CC0000;
}


.heading {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	background-color: #000000;
	background-image: url(back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
