@charset "utf-8";
/* CSS Document */

.txtGray {
	font-size: 18px;
	color: #6D6E70;
	font-family: BrowalliaUPC;
}

.txtGray1 {
	font-size: 15px;
	color: #58595B;
	font-family: Tahoma;
	text-decoration: none;
}

.txtGray2 {
	font-size: 13px;
	color: #58595B;
	font-family: Tahoma;
}

.txtGray3 {
	font-size: 13px;
	color: #6D6E70;
	font-family: tahoma;
	text-decoration: none;
}

.txtGray3:hover {
	font-size: 13px;
	color: #231F20;
	font-family: tahoma;
	text-decoration: none;
}

.txtGray4 {
	font-size: 13px;
	color: #231F20;
	font-family: tahoma;
	text-decoration: none;
}

.txtGray4:hover {
	font-size: 13px;
	color: #231F20;
	font-family: tahoma;
	text-decoration: none;
}

.txtGray5 {
	font-size: 14px;
	color: #58595B;
	font-family: Tahoma;
}

.txtGray6 {
	font-size: 13px;
	color: #58595B;
	font-family: Tahoma;
	text-decoration: none;
}

.txtGray6:hover {
	font-size: 13px;
	color: #58595B;
	font-family: Tahoma;
	text-decoration: underline;
}

.txtGray7 {
	font-size: 11px;
	color: #6D6E70;
	font-family: tahoma;
	text-decoration: none;
}

.txtGray7:hover {
	font-size: 11px;
	color: #231F20;
	font-family: tahoma;
	text-decoration: none;
}

.txtGreen {
	font-size: 15px;
	color: #80973F;
	font-family: Tahoma;
}

.txtGreen1 {
	font-size: 13px;
	color: #80973F;
	font-family: Tahoma;
}

.txtWhite {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Tahoma;
}

.txtBlack {
	font-size: 15px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}

.txtBlack:hover {
	font-size: 15px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}

.txtBlack1 {
	font-size: 14px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}

.txtBlack2 {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}

.txtLink {
	font-size: 18px;
	color: #6D6E70;
	font-family: BrowalliaUPC;
	text-decoration: none;
}

.txtLink:hover {
	font-size: 18px;
	color: #000000;
	font-family: BrowalliaUPC;
	text-decoration: none;
}

.txtBold {
	font-weight: bold;
}

.txtBox {
	width: 284px;
}

.txtArea {
	width: 284px;
	height: 130px;
}

.txtSubmit {
	background-image: url(../../images/contact/send.png);
	width: 39px;
	height: 18px;
	border: none;
	background-color: #819731;
	cursor: pointer;
}

.txtReset {
	background-image: url(../../images/contact/reset.png);
	width: 39px;
	height: 18px;
	border: none;
	background-color: #819731;
	cursor: pointer;
}
