body {
	background-color: #EBEAE5;
}
.black_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.red_text {
	color: #E91D25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.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;
}

.body_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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;
}

TABLE.border1{
	border: 1px solid #000000;  	
}

TABLE.border2{
    border-right: 1px solid #000000;    
	border-top: 1px solid #000000;
}

TD.border3{
    border-left: 1px solid #000000;    
	border-bottom: 1px solid #000000;
}

.bigger_text {
	font-size: 18px;
	font-weight: bold;
}