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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C0203;
}
body {
	background-color: #F1EDE4;
}
a:link {
	color: #5C3D24;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C3D24;
}
a:hover {
	text-decoration: none;
	color: #0C0203;
}
a:active {
	text-decoration: none;
	color: #0C0203;
}
.light_bold {
	color: #F1EDE4;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
}
.light_bold_16 {
	color: #F1EDE4;
	font-weight: bold;
	text-decoration:none;
	font-size: 16px;
}
.dark_bold {
	color: #0C02033;
	font-weight: bold;
	text-decoration:none;
	font-size: 14px;
}