@charset "utf-8";
/* CSS Document */

.strikethru {
	font-weight: bold;
	text-decoration: line-through;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/Background-home.gif);
	background-repeat: repeat-x;
}
.home-address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #99ccff;
}
.home-numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	font-weight: bold;
	color: #99ccff;
}
.home-blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
.home-news-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #735539;
}
.home-news-blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #735539;
}




.georgia-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.caption {
	font-size: 9pt;
}
.credit-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFF;
}

.smallcap {
	font-variant: small-caps;
}
.red {
	color: #F00;
}
.brown-background {
	background-color: #735539;
}

.green-background {
	background-color: #017f01;
}
.Christmas-table {
	background-color: #FFF;
	border-top-color: #d80100;
	border-right-color: #d80100;
	border-bottom-color: #d80100;
	border-left-color: #d80100;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #d80100;
}
.highlight-table {
	background-color: #99CCFF;
}

.silver-background {
	background-color: #CCC;
}
.normal-type {
	font-size: 12pt;
}
.page-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #735539;
}
.white-background {
	background-color: #FFF;
}
