
.text{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	color: #5b4337;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Century Gothic, Helvetica,, sans-serif;
	font-size: 13px;
	color: #5b4337;
	text-decoration:none;
}

.text a:hover {
	color: #5b4337;
	text-decoration:underline;
}


.title, .title a:link, .title a:visited, .title a:active{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 18px;
	color: #e0af77;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

.title2, .title2 a:link, .title2 a:visited, .title3 a:active{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 18px;
	color: #8f8671;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

.title3, .title3 a:link, .title3 a:visited, .title3 a:active{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 18px;
	color: #fffdf8;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

.photos {
    border:solid 1px #1c4d5c;
} 

.tables {
	border-style: solid; 
    border-width: 0 0 1px 1px;
	border-color: #d1caba;
} 

.tables th, .tables td {
	border-style: solid; 
    border-width: 1px 1px 0 0;
	border-color: #d1caba;
} 

.tables2 {
	border-style: solid; 
    border-width: 0 0 0px 0px;
	border-color: #d1caba;
} 

.tables2 th, .tables2 td {
	border-style: solid; 
    border-width: 0px 0px 0 0;
	border-color: #d1caba;
} 

/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#5d4232;
	background-color:#8f8671;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:320px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input:hover {
	background-color:#bdb196;
	}
	
textarea:hover {
	background-color:#bdb196;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#5d4232;
	background-color:#8f8671;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:320px;
	}

