/* Colors */

.colorwhite {
	color: #FFFFFF;
}
.colorgold {
	color: #FFCC33;
}
.colorgreen {
	color: #565A33;
}
.colorrust {
	color: #b65201;
}
.footer1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
}

/* Small Text Styles */
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #000000;
}
.text2Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #000000;
}
.text2Reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #FFFFFF;
}
.textcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #000000;
}
.textcaptionReverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #FFFFFF;
}

/* Anchor Tags  */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;
}
a.title:link {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #b65201;
}
a.title:visited {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #b65201;
}
a.title:hover {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;

}
a.title2:link {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #b65201;

}
a.title2:visited {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #b65201;

}
a.title2:hover {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #FFFFFF;
}
.click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 110%;
	color: #000000;
}
a.click:link {
	font-size: 13px;
	color: #3300CC;
	text-decoration: none;
}
a.click:visited {
	font-size: 13px;
	color: #3300CC;
	text-decoration: none;
}

a.click:hover {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
/* site tables */

.table1 {
	background-color: #d3d9b6;
	padding: 10px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}
.table2 {
	background-color: #EEEDB7;
	padding: 10px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}
.table3 {
	background-color: #B5BF98;
	padding: 10px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}
.table4 {
	background-color: #969F7E;
	padding: 10px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}
.tableKEY {
	background-color: #B5BF98;
	vertical-align: top;
	background-image: url(/images/ph_key.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 15px;
}
.ul {
	margin: 0px;
	padding: 3px 12px;
}
#contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	vertical-align: top;
	margin-left: 50px;
	}
#contactform dt {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 15px;
}
