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



#header {
	background-image: url(../layout/header.png);
	background-repeat: no-repeat;
}
#body {
	background-image: url(../layout/body.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
}
body,td,th {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: none;
}
body {
	background-color: #093;
	background-image: none;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../layout/footer.png);
	background-repeat: no-repeat;
}
h1 {
	font-size: 24px;
	color: #000;
}
h2 {
	font-size: 18px;
	color: #000;
}#body table tr td {
	background-image: none;
}

a:hover {
	color: #090;
	text-decoration: none;
}
#body table tr td {
}
#body table tr td {
	text-align: left;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
