
.text{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #979082;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #c89436;
	text-decoration:none;
}

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

.photos {
    border:solid 1px #6e6854;
} 

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

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


.title{
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #c89436;
	text-decoration:none;
}

.title a:link, .title a:visited, .title a:active{
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #c89436;
	text-decoration:none;
}

.title a:hover {
	color: #ffffff;
	text-decoration:none;
}



.news{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #d4cab6;
	text-decoration:none;
}

.news a:link, .news a:visited, .news a:active{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #c89436;
	text-decoration:none;
}

.news a:hover {
	color: #c89436;
	text-decoration:underline;
}


/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#6f6954;
	color:#2b2726;
	background-color:#979082;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:360px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input.border:hover {
	background-color:#bc8730;
	}
	
textarea:hover {
	background-color:#bc8730;
	}

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

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#6f6954;
	color:#2b2726;
	background-color:#979082;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:360px;
	}

p {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #979082;
	text-decoration:none;
}