@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
A:link {
	font-weight: bold;
	color: #58b3e2;
	text-decoration: none;
	}
A:visited {
	font-weight: bold;
	color: #58b3e2;
	text-decoration: none;
	}
A:active {
	font-weight: bold;
	color: #58b3e2;
	text-decoration: none;
	}
A:hover {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	}
.title {
	font-size: 18px;
	font-weight: bold;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
}
.content {
	padding: 20px;
}
.tdfooter {
	padding: 20px 0px;
	text-align: right;
	color: #FFFFFF;
}
.footer {
	padding: 0px 20px;
}
.footer:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.footer:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.footer:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.footer:hover {
	font-weight: bold;
	color: #58b3e2;
	text-decoration: none;
	}