﻿/* Default Styles */
body,
td {
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	color: #815428;
	line-height:1.6em;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0;
	margin:0;
}

.pageheading {
	color:#B56629;
	font-size:18pt;
	font-family:"Times New Roman", Times, serif;
}

h1, headingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #C68133;
	font: bold 14pt Georgia, "Times New Roman", Times, serif;
}

h2, .heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #C68133;
	font: normal 14pt Georgia, "Times New Roman", Times, serif;
}

h3, .subheadingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #915E2C;
	font: bold 12pt Georgia, "Times New Roman", Times, serif;
}

h4, .subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #915E2C;
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #815428;
	font: bold 12pt Arial, Helvetica, sans-serif;
}

.EditorBackgroundColor { background-color: #ffffff; }

h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #815428;
	font: normal 12pt Arial, Helvetica, sans-serif;
}

ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
}

hr {
	height: 1px;
	border-top: 1px solid #E0C895;
}

strong {
	font-weight:bold;
}

a,
a:link,
a:visited,
a:active {
	color:#3A919F;
	text-decoration:none;
}

a:hover {
	color:#CC3300;
}

input {
	border: 1px solid #E0C895;
	font: normal 11pt Arial, Helvetica, sans-serif;
	color:#815428;
	background-color:#FFFFFF;
}

p {
	margin: 10px 0;
}

.altcolor {
	color: #986837;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Generic Button */
div.genericWpr {
	overflow:hidden;
	clear:both;
}

span.btnGeneric {
	display:block;
	background-image:url('../images/GenericButtonL.jpg');
	background-repeat:no-repeat;
	height:20px;
	overflow:hidden;
	text-align:center;
	padding-left:5px;
}

span.btnGeneric button,
span.btnGeneric input,
span.btnGeneric a,
span.btnGeneric a:link,
span.btnGeneric a:visited,
span.btnGeneric a:active {
	display:block;
	border:0;
	float:left;
	background-color:transparent;
	padding:0 25px 0 5px;
	margin:0;
	height:20px;
	line-height:20px;
	white-space:normal;
	overflow:hidden;
	background-image:url('../images/GenericButtonR.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC3300;
	font-weight:normal;
	text-decoration:none;
}
