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

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #8A884D;
}
a:active {
	color: #000000;
}
body {
	background-color: #FBE8C8;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
	display:inline;
	line-height:125%;
}
