body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
	margin-top: 0px;
}

.head_navigation {
	text-align: center;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #ffffff;
	}
	.head_navigation a{
		font-size: 14px;
		color: #ffffff;
		text-decoration: underline;
		}
	.head_navigation a:hover{
		text-decoration: underline;
		}

.content {
	/*padding: 10px;
	text-align: justify;*/
	background-color: #fff;
	font-size: 13px;
	color: #000000;
	}
	.content a{
		color: #5f5842;
		text-decoration: underline;
		}
	.content a:hover{
		text-decoration: underline;
	}
	
.foot {
	background-color:#2f2f2f;
	color:#FFFFFF;
	}

	.foot a{
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;
		}
	.foot a:hover{
		text-decoration: underline;
		}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;		
	}
	
.main_table {
	background-color:#ffffff;
	/*color: #114488;*/	
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	
}

.image_border{
	border: solid #E2D5B2 2px;
	margin: 2px;
}

.image_border2{
	border: solid #D6C9A9 2px;
	margin: 5px;
}