/* Styles for Contribute editors - copied from OTC 2009 */

h1 {
	color: #f58a1e;
	font-size: 2.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 0.8em;
	letter-spacing: 0px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: cccccc;
}
h2 {
	color: #606a73;
	font-size: 1.2em;
	margin-top: 0.8em;
	margin-bottom: .3em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
h3 {
	color: #BF94C0;
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: .2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h4 {
	color: #000;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: .2em;
}
/* Use these classes to apply colors like header colors */
.colorH1 {
	color: #f78b1e;
}
.colorH2 {
	color: #606a73;
}
.colorH3 {
	color: #608025;
}


/* Image placement */
.img_right {
	float: right;
	clear:right;
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}
.img_left {
	float: left;
	clear: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

/* Tables */
.table_plain {
	margin-left: 15px;
}
.table_plain, .table_plain td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.table_plain p {
	margin: 0px;
	padding: 0px;	
}

/* ================================= */
/* GENERAL UTILITY                   */
/* ================================= */

.small_text {
	font-size: 85%;
	line-height: 12pt;
}
.clear_left_wrap {
	clear: both;
}
.clear_both_wraps {
	clear: both;
}
.p_note_box {
	clear: left;
	text-align: center;
	margin: 1em auto;
	padding: 0.75em;
	border: 1px solid #CCCCCC;
	background: #FFFFCC;
	width: 75%;
}
.p_alert_box {
	clear: left;
	text-align: center;	
	margin: 1em auto;
	padding: 0.75em;
	border: 2px solid #CC0000;
	width: 75%;
}
.subscr {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}
.supscr {     
	position: relative;     
	bottom: 0.5em;     
	font-size: 0.8em;
}
.pullquote {
	font-size: 1.3em
.em;
	color: #606a73;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

