body {
	background-color: #7796A8;
	margin: 0px;
	background-image: url(slices/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.navigation {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 36px;
	margin-right: 10px;
	margin-left: 10px;
}
.navigation:hover {
	color:#FFCC00;
}
.copyright {
	color: #456474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.header_cell {
	background-image: url(slices/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 94px;
	padding: 0px 5px;
}
.navigation_cell {
	background-image: url(slices/navigation_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
}
.main_content_table {
	background-image: url(slices/content_table_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
hr {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCC00;
	margin: 0px;
}
.heading3 {
	font-size: 16px;
	color: #425F6F;
	margin: 0px;
}
.heading {
	font-size: 26px;
	color: #FFFFFF;
	margin: 5px 0px 0px;
	line-height: 26px;
}
.link_color {
	color: #557B91;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

