/* CSS Document */

.big {
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #9B1720;
	border-right-color: #9B1720;
	border-left-width: 1px;
	border-right-width: 1px;
}

.footer {
	font-size: 9px;
	font-family:"Times New Roman", Times, serif;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000000;
}

.title {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
}

.body {
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
}

.titleRed {
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
	color: #9B1720;
}

.link {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	color: #9B1720;
	text-decoration:none;
}

.link:hover {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	color: #9B1720;
	text-decoration:underline;
}