@charset "utf-8";
/* CSS Document */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #831823;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #831823;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E1118;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	margin-bottom: -12px;
	display: block;
}
a:link {
	color: #831823;
}
a:visited {
	color: #831823;
}
a:hover {
	color: #831823;
	text-decoration: none;
}
a:active {
	color: #831823;
	text-decoration: none;
}
a:link.auxLink {
	color: #215B33;
	font-size: 10px;
	text-transform: uppercase;
}
a:visited.auxLink {
	color: #215B33;
	font-size: 10px;
	text-transform: uppercase;
}
a:hover.auxLink {
	color: #215B33;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
a:active.auxLink {
	color: #215B33;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
form.search {
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}
input.search1 {
	font-size: 10px;
	margin-bottom: 1px;
}
a:link.auxNav {
	color: #FFFFFF;
	text-transform: uppercase;
}
a:visited.auxNav {
	color: #FFFFFF;
	text-transform: uppercase;
}
a:hover.auxNav {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
a:active.auxNav {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.hr {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.hr hr {
	display: none;
}
.smallPrint {
	font-size: 10px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
textarea, input, select {
	font-size: 10px;
	margin-bottom: 5px;
}
form {


}
fieldset {
	padding-left: 5px;
	background-color: #F2F2F2;
}
li {
	list-style-type: square;
}
table {
	border: 1px solid #DDCCA5;
	border-collapse: collapse;
	font-size: 10px;
	margin-left: 10px;
	width: 576px;
	display: inline;
}

td, th {
	border: 1px dotted #DDCCA5;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
}
th {
	padding: 5px;
	background-color: #F7F2EA;
	text-align: center;
}
.tableContact {
	border-collapse: collapse;
	display: inline;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 99%;
}


td.subHeading {
	font-weight: bold;
	background-color: #E1D2C4;
	text-align: center;
	padding: 5px;
}
