@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #360F10;
	background-color: #EDDEDB;
}
.mainTable {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
.navBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #F17C72;
	border-right-color: #DDC7B9;
	border-bottom-color: #F17C72;
	border-left-color: #DDC7B9;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a.navigation:hover {
	color: #FFCCCC;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #990000;
	line-height: 15pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	font-size: 8pt;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #CC6699;
	font-weight: lighter;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #990000;
	font-style: italic;
	text-align: right;
}
.navBorderOn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #F17C72;
	border-right-color: #DDC7B9;
	border-bottom-color: #F17C72;
	border-left-color: #DDC7B9;
	background-color: #DDC7B9;
}
.testimonial {
	font-style: italic;
	color: #990000;
}
p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #360F10;
}
.sub-navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #990000;
	line-height: 15pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
a.sub-navigation:hover {
	color: #FFCCCC;
}