@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #3B3734;
	background-color: #3B3734;
}
A:LINK {
	color : #FF0000;
	text-decoration : none;
} 
A:VISITED {
	color : #FF0000;
	text-decoration : none;
} 

A:HOVER {
	color : #FF0000;
	text-decoration : none;
}

A:ACTIVE {
	color : #FF0000;
	text-decoration : none;
}
.TABLE-outside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #A89A8B;
}
.TABLE-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
.border {
	border: 1px solid #867C70;
}

