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

body {
	background-color: #3b3a3a;
}

.small_address_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main_table
{
	background-color: #FFFFFF;

}.copyright_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.header_text_block {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2em;
	font-weight: bold;
	text-indent: 5px;
}
ul.nav, .nav ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	cursor: default;
	text-indent: 10px;
}
ul.nav
{
	display: table;
}
ul.nav>li
{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}
ul.nav li:hover>ul
{
	display:block;
}
.nav a
{
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
.nav a:hover
{
	color: white;
}

.body_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.link_no_ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.link_no_ul a {
	text-decoration: none;
	color: white;
}
