@charset "utf-8";
a:link {
	color: #684F40;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #684F40;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #684F40;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #684F40;
	font-weight: bold;
}

.text_brown {
	color: #684F40;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

body {
	background-color: #cfd4d8;
	font-family: Tahoma, Geneva, sans-serif;
}

.back_white {
	background-color: #FFF;
	text-align: right;
}
