/* Default Styles */
body,
td,
.normal {
	font-family:Arial, Helvetica,sans-serif;	
	font-size:12px;	
	font-weight:normal;	
	color:#38535B;
	line-height:1.6em;
}

.pageheading, .heading, .subheading, .subheading2, .subheading3 { 
	display:block; 
}

.pageheading {
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#EDA23D;
	font-size:26px;
	font-weight:normal;
}

.heading {
	padding-bottom:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;	
	font-weight:normal;	
	color:#006699;	
}

.subheading, .subHeading {
	padding-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;	
	font-weight:normal;	
	color:#0099CC;
}

.subheading1, .subHeading1 {
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	font-weight:normal;	
	color:#3399CC;
}

.subheading2, .subHeading2 {
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:bold;		
	color:#3399CC;
}

.subheading3, .subHeading3 {
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:normal;	
	color:#3399CC;
}

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 #D3DADF;
}

strong {
	font-weight:bold;
}

p {
	margin: 0.5em 0;
}

blockquote {
	padding:5px 10px;
}

img {
	border:0 none;
}

a,
a:link,
a:visited,
a:active {
	color:#82A31F;
	text-decoration:none;	
}

a:hover {
	color:#D9725E;
	text-decoration:underline;
}

input,
textarea {
	border: 1px solid #D3DADF;
	font: normal 10pt Arial, Helvetica, sans-serif;
	color:#38535B;
	background-color:#FFFFFF;
}

.altcolor {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#6F8D95;	
}

/* Generic Button */
.buttonContainer button,
.actionLinks a,
.buttonContainer a { 
	cursor:pointer; 
	background-image:url(../images/ButtonWrapperRight.jpg);
	background-repeat:no-repeat;
	background-position:right center; 
	background-color:transparent;
	font-weight:bold;
	border:0; 
	padding:0 5px 0 0;
	margin:0; 
	text-align:center;
}

.buttonContainer button span,
.actionLinks a span,
.buttonContainer a span { 
	display:block;
	position:relative;  
	background-image:url(../images/ButtonWrapperLeft.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;  
	color:#82A31F;
	padding:0 7px 0 12px;
	margin:0; 
	height:25px;  
	line-height:26px;
	white-space:nowrap;
}

.buttonContainer button.WithLeftArrow span,
.actionLinks a.WithLeftArrow span,
.buttonContainer a.WithLeftArrow span { 
	background-image:url(../images/ButtonWrapperLeftWithArrow.jpg);
	padding-left:23px;
	padding-right:8px;
}