.textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.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;
}
.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: #006b6e;
	font-weight: bold;
}
.textGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #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: #006b6e;
	text-decoration: underline;
	font-size: 12px;
}
a:hover.textLink {
	color: #629e1b;
	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: #629e1b;
	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: #03696E;
	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: #338A91;
	border-right-color: #04424D;
	border-bottom-color: #04424D;
	border-left-color: #338A91;
	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: #03696E;
	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: #338A91;
	border-right-color: #04424D;
	border-bottom-color: #04424D;
	border-left-color: #338A91;
	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;
}
