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

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #8B3636;
	font-weight: bold;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8B3636;
}
.border {
	border-top-width: 2px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fbb394;
	border-right-color: #fbb394;
	border-bottom-color: #fbb394;
	border-left-color: #fbb394;
}
.text_big {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8B3636;
}
.textsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
