﻿/* Default Styles */
body,
td {
	font-family:Arial, Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#454545;
	line-height:1.6em;
}

h1, .pageHeading, .pageheading {
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#00646E;
	display:block;
}

h2, .heading {
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#008D9D;
}

h3, .subHeading, .subheading {
	padding:5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#43BFCD;
}

h4, .subHeading1, .subheading1 {
	padding:5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#43BFCD;
}

h5, .subHeading2, .subheading2 {
	padding:5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#85CACF;
}

h6, .subHeading3, .subheading3 {
	padding:5px 0;
	font-family: Arial, Helvetica, sans-serif;;
	font-size:13px;
	font-weight: bold;
	color:#454545;
}

ul {
	list-style-position:outside;
	padding:10px 0 10px 15px;
}

ul li {
	font-weight:normal;
	list-style: disc;
	display: list-item;
	padding:0 0 5px 0;
}

ol {
	list-style-position:outside;
	padding:10px 0 10px 0;
}

ol li {
	font-weight:normal;
	list-style-type:decimal;
	padding-bottom:5px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

p {
	margin: 10px 0;
}

blockquote {
	padding:5px 10px;
}

a,
a:link,
a:visited,
a:active {
	color:#DE5F1B;
	text-decoration:none;
}

a:hover {
	color:#DE5F1B;
	text-decoration: underline;
}

input,
textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#363636;
	background-color:#FFFCE4;
	padding:2px 0;
}
input[type="text"], textarea {
	border: 1px solid #FCD398;
}

.altcolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#8D8D8D;
	line-height:1.5em;
}

.hr, hr {
	border-top: 1px solid #FCD398;
	margin:5px 0;
}

.errormsg {
	background-color:#FFFFFF;
	border:1px solid #F79A41;
	margin:10px 0;
	color:#B40501;
	font-family: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;
	list-style-image:none;
	list-style:disc !important;
}

/* Generic Button */

.buttonContainer {
	overflow:hidden;
	zoom:1;
	padding-bottom:20px !important;
}

.buttonContainer button {
	cursor:pointer;
	background:url(../images/Buttons/ButtonWrapperRight.jpg) right no-repeat;
	font-weight:bold;
	border:0;
	padding:0 10px 0 0 !important;
	margin:0 15px 0 0 !important;
	text-align:center;
}

.buttonContainer button span {
	display:block;
	background:url(../images/Buttons/ButtonWrapperLeft.jpg) left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	color:#DE5F1B;
	padding:0 0 0 15px !important;
	height:20px;
	line-height:20px;
	white-space:nowrap;
}