body {
	background-color: #EBEAE5;
}
.header_txt {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D0D0D0;
}
.links_header a:link {
	color: #D0D0D0;
	text-decoration: none;
	background-color:#454545;
}
.links_header a:visited {
	text-decoration: none;
	color: #D0D0D0;
	background-color:#454545;	
}
.links_header a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#323232;
}
.links_header a:active {
	text-decoration: none;
	color: #D0D0D0;
	background-color:#323232;	
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #8A8A78; 
}
.links_footer a:link {
	color: #858585;
	text-decoration: none;
}
.links_footer a:visited {
	text-decoration: none;
	color: #858585;
}
.links_footer a:hover {
	text-decoration: underline;
	color: #858585;
}
.links_footer a:active {
	text-decoration: none;
	color: #505050;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}

.tableborder {
	border-top: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
}

td.subborder{
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
}
