/* Default Styles */
body,
td {
	font-family:Arial, Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5F7073;
	line-height:1.6em;
}

.pageheading, .pageHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#00756C;
}

h1 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#76B4B4;
}

h2, .heading {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#76B4B4;
}

h3, .subHeading, .subheading {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#3B958F;
}

h4, .subHeading1, .subheading1 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3B958F;
}

h5, .subHeading2, .subheading2 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5F7073;
}

h6, .subHeading3, .subheading3 {
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5F7073;
}

ul {
	list-style-position:outside;
	padding:20px 0 20px 40px;
}

ul li {
	font-weight:normal;
	list-style:disc;
	padding-bottom:10px;
}

ol {
	list-style-position:outside;
	padding:20px 0 20px 40px;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
	padding-bottom:10px;
}

em {
	font-style:italic;
}

hr {
	height: 1px;
	border-top: 1px solid #CEE1E1;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}

blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active {
	color:#6E4900;
	text-decoration:none;
}

a:hover {
	color:#B07700;
}

input,
textarea {
	border: 1px solid #CBE8F5;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#5F7073;
	background-color:#FFFFFF;
}

.altcolor {
	color:#3D7C6B;
}

.errormsg {
	background-color:#F7EAB8;
	border:1px solid #F2DD9E;
	margin:10px 0;
	color:#CA1800;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
}

.errormsg span {
	display:block;
	padding:5px 10px;
}

.errormsg ul {
	margin:0;
	padding:5px 30px;
}

.errormsg ul li {
	padding:0;
	margin:0;
}

/* 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:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:13px;
	color:#6E4900;
	padding-left:10px;
	height:22px;
	line-height:22px;
	white-space:nowrap;
}

a.back-link {
	display:block;
	font-size:11px;
	background-image:url('../images/Buttons/BackArrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}