/* Default Styles */
body,
td {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #4B310A;
	line-height:1.5em;
	letter-spacing:normal;
}

h1, .headingbold, .headingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #A32B0B;
	font: bold 14pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

h2, .heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #A32B0B;
	font: normal 14pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

h2.pageheading, .pageheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #2D394D;
	font: normal 17pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

h3, .subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #582F05;
	font: bold 12pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

h4, .subheadingbold, .subheadingBold {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #582F05;
	font: normal 12pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #4B310A;
	font: bold 10pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

h6 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #4B310A;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:normal;
}

/*
ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: bold;
}
*/

hr {
	height: 1px;
	border-top: 1px solid #E8D37D;
}

strong {
	font-weight:bold;
}

a,
a:link,
a:visited,
a:active {
	color: #BF1800;
	text-decoration:none;
}

a:hover {
	color:#640F02;
}

input {
	border: 1px solid #E8D37D;
	background-color:#FFFFFF;
	font: normal 9pt Arial, Helvetica, sans-serif;
	color:#4B310A;
	background-color:transparent;
	margin-right:2px;
	margin-top:2px;
}

#div_captcha #spn_captcha #captcha_wrapper #captcha_controls #captcha_field input {
	background-color:#FFFFFF;
	font-size:8pt;
}

p {
	margin: 10px 0;
}

.error {
	color:red;
}

.altcolor {
	color: #3C4851;
	font-size:9pt;
}

/* Generic Button */
div.genericWpr {
	overflow:hidden;
	clear:both;
}

span.btnGeneric {
	display:block;
	background-image:url('../images2008/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 10px 0 5px;
	margin:0;
	height:20px;
	line-height:20px;
	white-space:normal;
	overflow:hidden;
	background-image:url('../images2008/GenericButtonR.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#BF1800;
	font-weight:bold;
}

#ContinuePayment {
	text-align: center;
	margin-bottom:5px;
	margin-top:5px;
	width:150px;
}
#ContinuePayment .genericWpr { width: 200px; }

#gsForm #div_captcha {
	text-align:left;
	width:311px;
	padding-top:25px;
}

