.headerbg {
	background-image: url(../images/headerbg--.gif);
	background-repeat: repeat-x;
}
.barbg {
	background-image: url(../images/bar.gif);
	background-repeat: repeat-x;
}
.footbg {
	background-image: url(../images/footbg.gif);
	background-repeat: repeat-x;
}

.blackbolditalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.redbolditalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #C11C2A;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #C11C2A;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #C11C2A;
}
.nav a:link {
	color: #C11C2A;
	text-decoration: none;
}
.nav a:hover {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.textlinks  a:link {
	color: #C11C2A;
	text-decoration: none;
}
.textlinks  a:hover {
	color: #000000;
	text-decoration: none;
}
.textlinks  a:visited {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #C11C2A;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
