/* CSS Document */


table {
  font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}

td {
  padding-left: .1cm
  }

h1 {
	font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}


body {
	font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 12px;
	color: #ff0000;
	text-decoration: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 12px;
	color: #ff0000;
	text-decoration: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 12px;
	color: #990000;
	text-decoration: bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif, Eurostile ExtendedTwo;
	font-size: 12px;
	color: #00ccff;
	text-decoration: bold;
}
