/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{ color: #181D3B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	}

.style1 {color: #FFFFFF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {color: #181D3B}

.header{ background-image:url(../images/header.jpg);
		 height:417px;
		 background-repeat:repeat-x;
		 }

#footer{ color:#FFFFFF;
		font-family:Arial;
		font-size:12px;
		}

#footer a:link, a:visited, a:active{ color:#FFFFFF;
				text-decoration:underline;
				font-weight:bold;
				}
#footer a:link, a:visited, a:active{ color:#FFFFFF;
				text-decoration:none;
				font-weight:normal;
				}
				