.title {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 22px;
        color: #000000;
        text-decoration: none;
}
.titleitalic {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 15px;
        color: #000000;
        text-decoration: none;
}
.copy {
        font-family: Arial;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
        text-decoration: none;
}
.copyitalic {
        font-family: Arial;
        font-size: 12px;
		font-style: italic;
        line-height: 13px;
        color: #000000;
        text-decoration: none;
}
.copyright {
	font-family: Arial;
	font-size: 10px;
	line-height: 35px;
	color: #ffffff;
	text-decoration: none;
}
A:link {text-decoration: none; color: #7c1118}
A:visited {text-decoration: none; color: #7c1118}
A:active {text-decoration: none; color: #96a492}
A:hover {text-decoration: none; color: #96a492}
