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

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}
.subtitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A02214;
	font-weight: bold;
}
.rightColTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A02214;
}
.rightColSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
a, a:link {
	color: #A02214;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #B93F0B;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #F47D4A;
