BODY {
	background-color: #A2936B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4;
	padding: 4;
	color:#333333;
	background-image: url(images/background.jpg);
}

/* this group sets the normal link colors */

A:LINK {
	color: #A5011E;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:VISITED {
	color: #A4011F;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:HOVER {
	color: #A4021B;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:ACTIVE {
	color: #A5011E;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.globalbar {
	background-color: #FFFDCA;
	color: #000000;
	font-weight: normal;
	font-size: 18px;
	padding: 0;
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	border-bottom: thin solid #CCCCCC;
}

.globalbar A:LINK {
	color: #A5011E;
	text-decoration: none;
	font-weight: normal;
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	font-size: 18px;
	background-color: #FFFDCA;
}
.globalbar A:VISITED {
	color: #A5011E;
	text-decoration: none;
	font-weight: normal;
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	font-size: 18px;
	background-color: #FFFDCA;
}
.globalbar A:HOVER {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	font-size: 18px;
}
.globalbar A:ACTIVE {
	color: #A5011E;
	text-decoration: none;
	font-weight: normal;
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	font-size: 18px;
}
.content-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.content-black-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.content-black-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.header-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AC031D;
	font-weight: normal;
	font-variant: small-caps;
}
.content-red-bold {
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	font-size: 12px;
	color: #AC031D;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.table-watermark {
	background-attachment: scroll;
	background-image: url(images/chiropractic-logo-opaque.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.table-thin {
	border: 1px solid #C50E20;
}
.table-thin-subhead {
	border: 1px solid #C50E20;
	background-image: url(images/bottom.jpg);
}
.header-red-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AC031D;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.table-callout {
	border: 2px dashed #C50E20;
	background-color: #A0936B;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	font-size: 130%;
}

