.text{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #211911;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #211911;
	text-decoration:underline;
}

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

.lt{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #eeece7;
	text-decoration:none;
}

.lt a:link, .lt a:visited, .lt a:active{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #c23b16;
	text-decoration:none;
}

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

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

.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;
} 

.headline, .headline a:link, .headline a:visited, .headline a:active, .headline a:hover{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #2c231a;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: -1pt; 
}

.headlinelt, .headlinelt a:link, .headlinelt a:visited, .headlinelt a:active, .headlinelt a:hover{
	font-family: tah, sans-serif;
	font-size: 18px;
	color: #f7e9d2;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: -1pt; 
}

.titlelt, .titlelt a:link, .titlelt a:visited, .titlelt a:active, .titlelt a:hover{
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #f7e9d2;
	text-decoration:none;
	letter-spacing: -1pt; 
}

.red, .red a:link, .red a:visited, .red a:active, .red a:hover{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #531818;
	text-decoration:none;
	font-weight:bold;
}

.red2{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #531818;
	text-decoration:none;
}

.red2 a:link, .red2 a:visited, .red2 a:active{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #531818;
	text-decoration:underline;
}

.red2 a:hover {
	color: #2c231a;
	text-decoration:underline;
}

/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#463e35;
	color:#72250f;
	background-color:#d8d2c7;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:20px;
	width:200px;
	}
	
input.border:focus	{
	background: #d8d2c7;
	border: 1px solid #463e35;
}

input:hover {
	background-color:#ffffff;
	}
	
textarea:hover {
	background-color:#e2f7a5;
	}

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

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#72250f;
	background-color:#d8d2c7;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:200px;
	}
.ref {
	font-size: 11px;
	color: #C1BCB6;
	text-decoration: underline;
}

