@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}

/* Page Structure */

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	width: 850px;
	height: 2050px;
}
#footer {
	width: 720px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 130px;
	background-image: url(images/footer_back%27.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 11px;
	border-top: solid 1px #999999;
}

/* Body Styles */

.intro {
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
}
.intro2 {
	font-weight: bold;
	color: #CC0000;
	font-size: 24px;
}
td.contact {
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
	border-right: 1px #999999 solid;
}
.contact2 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}