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

body {
	background-image:url(images/Background.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #587056;
}
p {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a:link {color: #587056; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover {color: black; font-weight: bold; font-size: 120%}

a.footer:link {color: #E8DBC3; font-weight:bold; font-size: 13px; text-decoration: none}
a.footer:visited {color: #462c1d; text-decoration: none}
a.footer:hover {color: #462c1d; font-weight: bold; font-size: 120%}

a.jpg:link {color: #E8DBC3; font-weight:bold; font-size: 10px; text-decoration: none}
a.jpg:visited {color: #E8DBC3; font-size: 10px; text-decoration: none}
a.jpg:hover {color: #462c1d; font-weight: bold; font-size: 120%}

.table {
	background-image:url(images/TableBkg.png);
	background-repeat:repeat-y;
	margin: 0px;
}
.tableText {
	color: #623A1C;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.info {
	background-image:url(images/InfoPix.png);
	background-repeat:no-repeat;
	margin: 0px;
}
.bottomFrame {
	background-image:url(images/TableBkg_Bottom.png);
	background-repeat:no-repeat;
}
.footerText {
	font-size: 13px;
	font-weight:bold;
	color: #E8DBC3;
}
.footerText2 {
	font-size: 10px;
	color: #E8DBC3;
}

