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

body  {
	background-image: url(images/background.jpg);
	margin-top: 0px;
	margin-left: 0px;
}

td {
	font-size:9pt;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #000;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;}
	
a {
	color: #000;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #000;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	text-decoration: underline;
	font-weight: bold;
}
a:active { color: #ee352a; font-size: 9pt; font-family: Arial, sans-serif; font-weight: bold; text-decoration: underline; background-color: #fff }