/* CSS Document */
<!--
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}

.tblbrdr {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.header5_td {
	background-image:  url("images/header_5.jpg");
	text-align: center;
	vertical-align: bottom;
}

.content_td {
	vertical-align: top;
	background-image:  url("images/bg_img.jpg");
	background-repeat: no-repeat;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
	padding-top: 15px;
}

.contact {
	font-size: 16px;
	color: #D1B618;
}

.footer_td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	color: #990000;
	text-decoration: none;
}
a.footer:active {
	color: #000000;
	text-decoration: none;
}

.survey {
	font-size: 24px;
	color: #993300;
}

.whitebrdr {
	border: 1px solid #FFFFFF;
}

.greybrdr {
	border: 1px solid #CCCCCC;
}

.clicktnail {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}

.group2_td {
	font-size: 11px;
}
-->