@charset "utf-8";
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #EBA926;
	text-decoration: underline;
}
.scrolltext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
}
.headertext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}




/* CSS Document */

.background {
	background-image: url(greyblockbackground3.jpg);
	text-align: center;
}
.table {
	background-color: #FFF;
}
.grey {
	background-color: #848484;
}
.bodytext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
}
.bodytext2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: center top;
	color: #000;
}
.copyrighttext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #FFF;
}
