@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FEF4C7;
	background-image: url(images/header_background.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma, Arial, Georgia;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.purpletitle {
	font-weight: bold;
	color: #333366;
	font-style: italic;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC9900;
	line-height: 18px;
}

.footer {
	background-image: url(images/footerbackground.jpg);
	background-repeat: repeat;
}
.footer2 {
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 15px;
	padding-right: 15px;
}
.footer2 a{
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
.footer2 a:visited{
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
.footer2 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #0DAA53;
}
.imagespace {
	padding: 10px;
}

.footer2 a:active{
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
td img {display: block;}
