#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(images/header.jpg);
}
body {
	background-color: #E8E8E8;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.body_top {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
	border: 1px solid #1474A6;
}
.copyright_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494113;
}
.quote_text {
	font-style: italic;
	color: #E5EBAD;
}
.textbox_text {
	color: #494113;
}

a:link {
	color: #BDE7F7;
	text-decoration: underline;
}

a:visited {
	color: #BDE7F7;
	text-decoration: underline;
}

a:hover {
	color: #E5EBAD;
	text-decoration: none;
}

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

a.copyright:link {
	color: #7f6c2a;
	text-decoration: underline;
}

a.copyright:visited {
	color: #7f6c2a;
	text-decoration: underline;
}

a.copyright:hover {
	color: #494113;
	text-decoration: none;
}

a.copyright:active {
	color: #494113;
	text-decoration: none;
}
.background {
	background-image: url(images/clouds.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.border_box {
	border: 1px solid #A6CAE7;
	padding: 7px;
}

