.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.redtext {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #CA1621;
}
.texttitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

	.link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.link:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.link:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	
	text-decoration: underline;
}
.link:hover {
font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 2px solid #CA1621;
}
.copyright {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
.copynav:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:  none;

}
.copynav:visited {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copynav:active {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copynav:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.boldlink:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}
.boldlink:visited {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}
.boldlink:active {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
		text-decoration:  underline;
	font-weight: bold;
}
.boldlink:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:  underline;
	font-weight: bold;
}

.bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}