.MiniText {
	font-family: Arial;
	font-size: 11px;
	color: #291b09;
}



.GeneralText {
	font-family: Times;
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
	color: #000000;
}

.NewsText {
	font-family: Times;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	color: #000000;
}

.NewsTitles {
	font-family: Times;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	color: #4e0000;
	font-weight: bold;
}

a.GeneralLink {
	font-family: Times;
	font-size: 14px;
	line-height: 22px;
	color: #6d0606;
	text-align: justify;
}
a.GeneralLink:link {
	text-decoration: none;
}
a.GeneralLink:visited {
	text-decoration: none;
	color: #6d0606;
}
a.GeneralLink:hover {
	text-decoration: underline;
	color: #6d0606;
}
a.GeneralLink:active {
	text-decoration: none;
	color: #6d0606;
}
