/* 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: 18px;
	line-height:24px;
	color:#CC9999;
	margin-right:12px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color:#999999;
	margin-right:0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#999999;
	margin-right:0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#CC9999;
	text-transform: uppercase;
	margin-right:0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	margin-right:0px;
}

.customtext {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 0 10px 0;
}
.customtext ul {
	padding:0 0 0 1em; 
}
.customtext ol {
	padding:0 0 0 1em; 
}
.customtext li {
	padding:0; 
}

.customtext a:link,.customtext a:visited {
	color: #CC3300; 
	text-decoration: none;
}
.customtext a:hover {
	text-decoration: underline;
}

/* These styles are for the customtext text object */
.highlightbox {
	background-color:#E7EBDA;
	display:block;
	padding:5px 20px;
}
.bodynormal {
	font-size:11px;
	line-height:16px;
	color:#666666;
}
.bodynormal a:link, .bodynormal a:visited {
	color: #CC3300;
	text-decoration: none;
}
.bodynormal a:hover {
	text-decoration: underline;
}

.bodysmall {
	font-size: 10px;
	line-height:16px;
	color:#666666;
}
.bodybig {
	font-size: 13px;
	line-height:18px;
	color:#999999;
}
.bodyquote {
	font-family: Georgia;
	font-size: 14px;
	line-height:18px;
	color:#999999;
	margin-left:20px;
	margin-right:30px;
}
.bodyindent {
	font-size: 11px;
	line-height:16px;
	color:#CC9999;
	text-indent: 40px;
	margin-right: 30px;
}
.subheader1 {
	font-size: 10px;
	line-height:16px;
	color:#996666;
	margin-right:12px;
}

/* general table properties */
.customtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	background-color:#FFFFFF;
	border-spacing: 1px;
	text-align:left;
}
/* table column header style*/
.customtable th {
	background-color:#CECEB0;
	font-weight:bold;
}
/* table row header style*/
.customtablerh {
	font-weight:bold;
}
.customtabler {
	background-color:#F4F3F3;
	font-size: 11px;
	text-align:left;
}
/* style of the odd table row*/
.customtabler1 {
	background-color:#F4F3F3;
	font-size: 11px;
	text-align:left;	
}
/* style of the even table row*/
.customtabler0 {
	background-color:#DFDEDE;
	font-size: 11px;
	text-align:left;	
}

 /* Image Formatting */
.imgborder {
	border:solid 1px black;
}
.imgcaption {
	color:#777;
	font-style:italic;
	padding:2px 5px;
	font-size:11px;
}