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

body,td,th {
	color: #FC9;
	font-family: "Trajan Pro";
}
.textbox {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	height: 495px;
	font-family: "Trajan Pro";
	text-align: left;
	vertical-align: top;
	margin: 4em;
}
a:link {
	color: #FC9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC9;
}
a:hover {
	text-decoration: overline underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #C30;
}
.contactinfo {
	font-family: "Trajan Pro";
	text-align: right;
	vertical-align: top;
	background-image: url(images/btm_bar.jpg);
	background-repeat: no-repeat;
	height: 137px;
	padding-right: 2em;
	padding-top: 1em;
}

