body {
	background-color: black;
	margin: 0;
	text-align: center;
}
body,td,th {
	color: #cccccc;
	font: large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:link {
	color: #8ca8bd;
}
a:visited {
	color: #8ca8bd;
}
a:hover {
	color: white; text-decoration: none;
}
a:active {
	color: white;
}

#nav_bg {
	background-image: url(./images/nav_bg.gif);
	background-color: #1f1f1f;
}

.footer_address {
	font-size: small;
}

h2 {
	color: #fff;
	margin: 0;
}

#h2_td {
	background-color: #1d1d1d;
	border-bottom: 3px double #3a3a3a;
	border-top: 3px double #3a3a3a;
}

#td1 {
	background-color: #090909;
}

#td2 {
	background-color: #1d1d1d;
	border-bottom: 1px solid #2c2c2c;
	border-top: 1px solid #2c2c2c;
}

#reject {
	background-color: #11161b;
	border: 1px dashed #5d707f;
}

#footer {
	background-color: #262626;
	border-top: 7px solid #161616;
}
#bold_text {
	font-weight: bold;
}
