/* Artful Messaging Stylesheet */

/* hide from incapable browsers */

h2 {
	font-size: 18px;
	color: #8eb939;
}

#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;
}
.bodytext {
	color: #73685B;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;

}
.Ralign {
	text-align: right;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #73685B;
	margin: 0px;
	padding: 0px;
	border: 0;
}

.contactus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #73685B;
	line-height: 14px;
	padding-left: 5px;
	background-color: #FDF2EA;
	padding-top: 3px;



}
.orange {
	color: #f29751;
}
.smalltxt {
	color: #8eb939;
	font-size: 10px;

}
a {
	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;
}
