/* Artful Messaging Stylesheet */


body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height:1.4em;
	color: #73685B;
	margin: 0px;
	padding: 0px;
	border: 0;
}

h1 {
	font-size: 1.2em;
	margin-bottom:9px;
	color: #8eb939;
}

h2 {
	font-size:1em;
}

h3 {
	font-size:.8em;
	/*color:rgba(0,98,176,1.0) color:#0062b0; */
	color:rgba(115,104,91,.95);
	border-top:1px dotted rgba(115,104,91,.40);
	margin-top:20px;
	padding-top:20px;
}
ul {
	font-size:.8em;
	line-height:1.4em;
}


#sizer { display:none } 


.lines {
	background-color: #FCE7D8;
	border-right: 1px solid #F29751;
	border-left: 1px solid #f29751;
}
.lineRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F29751;

}
.lineLEFT {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F29751;


}
.lineLandR {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F29751;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f29751;
}

.Ralign {
	text-align: right;
}

.contactus {
	font-size: .7em;
	color: #73685B;
	padding-left: 20px;
	background-color: #FDF2EA;
	padding-top: 20px;
}

.contactus span {
	display:block;
	letter-spacing:.3em;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:-8px;
	color: #f29751;
}
.smalltxt {
	color: #8eb939;
	font-size: 10px;

}
a {
	color: #73685B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F29751;

}
.underline {
	text-decoration: underline;
}
.green {

	color: #8eb936;
}
.orangehead {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f29751;
}
