body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #000000;
	background-image:   url("images/background.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
table.main {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: 10px solid #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 20pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h1 {
   font-size: 12pt;
   font-weight: bold;
   color: #9B0800;
}
a:link {
   font-weight: bold;
   color: #9B0800;
   text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline overline;
}
a:visited {
	font-weight: bold;
	color: #9B0800;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #660500;
	text-decoration: none;
}
p.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
	text-indent: 0pt;
	padding: 0px;
}
h2 {
	font-size: 16pt;
	color: #9B0800;
	font-style: italic;
}
