A:link {
	color: #FF6600;
	text-decoration: none;
	border: none;
}
A:visited {
	color: #FF6600;
	text-decoration: none;
	border: none;
}
A:active {
	color: #FF6600;
	text-decoration: none;
	border: none;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}

table {
	background-color: #000000;
	border: none;
	margin: 0px;
	padding: 0px;

}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #222222;
}
img {
	border: none;
}
td {
	background-repeat: no-repeat;
}
h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
h2 {

	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
hr {
	color: #222222;
}