@charset "utf-8";
body {
	background-color: #000000;
	margin: 10px;
}

#tdContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 200px;
	padding-bottom: 24px;
	padding-left: 24px;
	line-height: 120%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFDE;
	text-decoration: none;
}
.subheading {
	font-size: 14px;
	color: #B7E7EA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #262623;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #07090A;
	border-right-color: #07090A;
	border-bottom-color: #07090A;
	border-left-color: #07090A;
	font-size: 10px;
}
a:link {
	color: #7FCAE7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #DAD69B;
}
a:hover {
	text-decoration: none;
	color: #76B6CD;
}
a:active {
	text-decoration: underline;
	color: #B9BB96;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #CEDEA5;
}

