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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #CCFFFF;
}
a:active {
	color: #CCFFFF;
}
.style2 {
	font-size: 10px;
	color: #CCCCCC;
}
.style3 {color: #CCCCCC}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.sytable:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sytable:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.sytable:hover {
	text-decoration: underline;
	color: green;
}
a.sytable:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style2 {font-size: x-small}
.imgpad {padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;}

img {
  border: none;
}