/* Custom Page Template - Text Styles */
/* (this is a separate file so CP text editor can display styles as they should appear) */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	line-height:36px;
	color:#f7931e;
	margin:0 0 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	line-height:24px;
	color:#000;
	margin: 15px 0 10px 0;
	padding-left: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color:#000;
	margin: 0 0 10px 0;
	padding-left: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#333;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-left: 5px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding-left: 5px;
}

.customtext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	margin:0 0 10px 0;
	text-align: justify;
}
.customtext p {
	padding-left: 10px;
}
.customtext ul {
	padding:0 0 0 1em; 
}
.customtext ol {
	padding:0 0 0 1em; 
}
.customtext li {
	padding:8px 0 2px 10px;
	margin:0 0 0 25px; 
	list-style-type: square;
}
.customtext a:link,.customtext a:visited {
	color: #f7931e; 
	text-decoration: none;
}
.customtext a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 20px 3px;
	padding: 2px 5px;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	color: #0080c6;
	border: 3px double #ccc;
	border-left: none;
	border-right: none;
}
blockquote span {
	font-size: 14px;
	font-style: normal;
	display:block;
}

/* These styles are for the customtext text object */
div.highlightbox {
	margin:15px 0;
	border:1px dashed #0080C6;
	padding:5px 10px 5px 5px;
	text-align: left;
}
.highlightbox {
	color:#0080c6;
	font-style:italic;
	font-size:13px;
	line-height:20px;
}
.bodynormal {
	font-size:11px;
	line-height:16px;
	color:#000;
}
.bodynormal a:link, .bodynormal a:visited {
	color: #f7931e;
	text-decoration: none;
}
.bodynormal a:hover {
	text-decoration: underline;
}

.bodysmall {
	font-size: 10px;
	line-height:16px;
	color:#000;
}
.bodybig {
	font-size: 13px;
	line-height:18px;
	color:#000;
}
.bodyquote {
	font-style:italic;
	font-size: 11px;
	line-height:18px;
	color:#555;
}
.bodyindent {
	font-size: 11px;
	line-height:16px;
	color:#CC9999;
	text-indent: 40px;
	margin-right: 30px;
}
.subheader1 {
	font-size: 10px;
	line-height:16px;
	color:#333;
	margin-right:12px;
}

/* general table properties */
.customtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height:16px;
	background-color:#FFFFFF;
	border-spacing: 1px;
	text-align:left;
	margin-left: 5px;
}
/* table column header style*/
.customtable th {
	background-color:#f7931e;
	color:#fff;
	font-weight:bold;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
/* table row header style*/
.customtablerh {
	font-weight:bold;
}
.customtabler {
	background-color:#f1f1f1;
	font-size: 11px;
	text-align:left;
	padding: 5px;
}
/* style of the odd table row*/
.customtabler1 td {
	background-color:#f1f1f1;
	font-size: 11px;
	text-align:left;
	padding: 5px;
	vertical-align: top;	
}
/* style of the even table row*/
.customtabler0 td {
	background-color:#cdcdcd;
	font-size: 11px;
	text-align:left;
	padding: 5px;
	vertical-align: top;
}

 /* Image Formatting */
.imgborder {
	padding:1px;
	border:solid 6px #f8941c;
}
.imgcaption {
	color:#777;
	font-style:italic;
	padding:2px 5px;
	font-size:11px;
}