﻿/* Default Styles */
body,
td {
	font-family:Tahoma, Arial, Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#755E23;
	line-height:1.6em;
}

h1, .pageHeading, .pageheading {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#7E902B;
}

h2, .heading {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#96A647;
}

h3, .subHeading, .subheading {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#9B7A32;
}

h4, .subHeading1, .subheading1 {
	padding-top:10px;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#C19945;
}

h5, .subHeading2, .subheading2 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#C19945;
}

h6, .subHeading3, .subheading3 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#755E23;
}

ul {
	list-style-position:outside;
}

ul li {
	font-weight:normal;
	list-style:disc;
}

ol {
	list-style-position:outside;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
}

em {
	font-style:italic;
}

hr {
	height: 1px;
	border-top: 1px solid #333333;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}

blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active {
	color:#005066;
	text-decoration:none;
}

a:hover {
	color:#3F7B8C;
}

input,
textarea {
	border: 1px solid #CBE8F5;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#755E23;
	background-color:#FFFFFF;
}

.altcolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#667133;
	line-height:1.5em;
}

.hr {
	height:2px;
	overflow:hidden;
	background-image:url('../images/hr.jpg');
	background-repeat:repeat-x;
	margin:5px 0;
}

.errormsg {
	background-color:#EDF9C8;
	border:1px solid #E7F0CB;
	margin:10px 0;
	color:#7D8733;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.errormsg span {
	display:block;
	padding:5px 10px;
}

.errormsg ul {
	margin:0;
	padding:5px 30px;
}

.errormsg ul li {
	padding:0;
	margin:0;
}

table {
	margin-left:1px;
}

/* Generic Button */
.buttonContainer button {
	cursor:pointer;
	background:url(../images/Buttons/ButtonWrapperRight.jpg) right no-repeat;
	font-weight:bold;
	border:0;
	padding:0;
	margin:0;
	padding-right:30px;
	text-align:center;
}

.buttonContainer button span {
	display:block;
	position:relative;
	background:url(../images/Buttons/ButtonWrapperLeft.jpg) left no-repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:13px;
	color:#3F7B8C;
	padding-left:10px;
	height:29px;
	line-height:29px;
	white-space:nowrap;
}
