.textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.textLinkSmall, a.textLinkSmall:link,a.textLinkSmall:active,a.textLinkSmall:visited {
	color: #E25E20;
	text-decoration: underline;
	font-size: 11px;
}
a:hover.textLinkSmall {
	color: #E25E20;
	text-decoration: underline;
	font-size: 11px;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1c27;
	text-decoration:line-through;
}
.textError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1c27;
	text-decoration:none;
}
.textNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.textNav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #e25e20;
	text-decoration: underline;
}
a.textNav2, a.textNav2:link,a.textNav2:active,a.textNav2:visited {
	color: #e25e20;
	text-decoration: none;
	font-size: 11px;
}
a:hover.textNav2 {
	color: #E25E20;
	text-decoration: underline;
	font-size: 11px;
}
.textGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold; 
}
.textTeal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E25D22; /* orange */
	font-weight: bold;
}
.textGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; /* 909090 */
}
.textCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #909090;
}
a.textLink, a.textLink:link,a.textLink:active,a.textLink:visited {
	color: #E25E20;
	text-decoration: underline;
	font-size: 12px;
}
a:hover.textLink {
	color: #E25E20;
	text-decoration: underline;
	font-size: 12px;
}
a.textNav, a.textNav:link,a.textNav:active,a.textNav:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a:hover.textNav {
	color: #E25E20;
	text-decoration: underline;
	font-size: 11px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 200px;
	border: 1px solid #CCCCCC;
}
.textForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
.textBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E25D22; /* orange */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC6600;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	height: 20px;
	width: 200px;
}

.textfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 100%;
	border: 1px solid #CCCCCC;
}
.textBtnMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E25D22; /* orange */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC6600;
	font-weight: bold;
	background-image: url(../images/btn_more.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	padding-left: 2px;
	height: 20px;
	width: 200px;
}

#quote_open
{
	background: url(../images/quote_open.jpg) top;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

#quote_end
{
	background: url(../images/quote_end.jpg) bottom;
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
