/* CSS Document */

<!--
.title {
	color: #992B1B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}


.maintext a:link, .maintext a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #992B1B;
}

.maintext a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #333333;
}


.home_title {
	color: #992B1B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.home_maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}


.home_maintext a:link, .home_maintext a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #992B1B;
}

.home_maintext a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #333333;
}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3A5A0;
}
body {
	background-color: #F7F7F7;
}
-->