@charset "utf-8";
._style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #C6BB8E;
}

.style1 {	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #928C27;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #CCCCCC;
}

a:link {
	color: #928C27;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #928C27;
}
a:hover {
	text-decoration: underline;
	color: #928C27;
}
a:active {
	text-decoration: none;
	color: #928C27;
}

