/* created as a joint effort between GWD and AEI | 03.28.07 */

/* global */

body {
	background-color: #999999;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

a {
	color: #000000;
	text-decoration: underline;
}

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

img {
	border: none;
}

.txt {
	padding: 4px 12px 12px 33px;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.txt_title {
	padding: 12px 12px 12px 12px;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

/* footer */

.footer_menu {
	color: #FFFFFF;
}

.footer_tbl {
	width: 768px;
	table-align: center;
	background-color: #7C8288;
	border: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.footer {
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.footer_lft_txt {
	float: left;
	width: 215px;
	padding: 4px 0 2px 5px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.footer_rgt_txt {
	float: right;
	width: 540px;
	padding: 4px 5px 2px 0;
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}