/* CSS Document */

body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin: 0px;
	background-image: url(../images/Background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #e8e8e8;
}

/* Container */

.table_main {
	width: 924px;
	height: 100%;
	background-color: #FFFFFF;
}

/* Main Content */

.td_mainContent {
	width: 924px;
	height: 575px;
	text-align:left;
	vertical-align: top;
}

/* Footer */

.td_footerLogos {
	text-align: right;
	vertical-align: top;
	padding: 3px 25px 22px 0;
}

.table_footer_logos td {
	text-align: left;
	vertical-align: middle;
	padding: 0 8px 0 8px;
}

.td_copyright {
	text-align: left;
	vertical-align: top;
	padding: 0 24px 20px 24px;
	height: 99%;
}

.td_copyright p {
	margin: 0 0 8px 0;
}

.td_copyright a {
	color: #b10838;
	text-decoration: underline;
}

.td_copyright a:hover {
	text-decoration: none;
}