/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/background/main.jpg);
	background-repeat: repeat;
	background-color: #FFC878;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

table.frame {
	height: 100%;
	width: 100%;
}

table.outline {
	background-image: url(images/background/checker.gif);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	width: 775px;
	border: 2px solid #56615F;
	background-color: #B3B4AC;
}

td.outline {
	background-image: url(images/background/center.gif);
	background-repeat: repeat;
	border: 1px dashed #56615F;
	background-color: #EDC985;
}

.header {
	font-family: Andy, "Comic Sans MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #404F57;
	text-decoration: none;
}

p {
	font-family: "Comic Sans MS", Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #524D2E;
	text-decoration: none;
}

footer.a, a:link, a:active, a:visited {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #524D2E;
	text-decoration: none;}
