.text{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #a8c4cd;
	text-decoration:none;
	line-height:11pt;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #6cc9e7;
	line-height:11pt;
	text-decoration: none;
}

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

.lt{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #f5eeee;
	text-decoration:none;
}

.lt a:link, .lt a:visited, .lt a:active{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #6cc9e7;
	text-decoration:none;
}

.lt a:hover {
	color: #6cc9e7;
	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;
} 

.headlinelt2, .headlinelt2 a:link, .headlinelt2 a:visited, .headlinelt2 a:active, .headlinelt2 a:hover{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #6cc9e7;
	text-decoration:none;
	letter-spacing: -1pt; 
}

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

.headlinelt3, .headlinelt3 a:link, .headlinelt3 a:visited, .headlinelt3 a:active, .headlinelt3 a:hover{
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #6cc9e7;
	text-decoration:none;
	letter-spacing: -1pt; 
}

.headlinebig, .headlinebig a:link, .headlinebig a:visited, .headlinebig a:active, .headlinebig a:hover{
	font-family: Tahoma, sans-serif;
	font-size: 23px;
	color: #6cc9e7;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: -1pt; 
}

.text2{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #0b0102;
	text-decoration:none;
}

.text2 a:link, .text2 a:visited, .text2 a:active{
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #0b0102;
	text-decoration:underline;
}

.text2 a:hover {
	color: #6cc9e7;
	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:14px;
    line-height:160%;
	height:20px;
	width:400px;
	}
	
input.border:focus	{
	background: #d8d2c7;
	border: 1px solid #463e35;
}

input:hover {
	background-color:#6cc9e7;
	}
	
textarea:hover {
	background-color:#6cc9e7;
	}

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:14px;
    line-height:160%;
	height:130px;
	width:400px;
	}
	
.splash {
    border-style:solid;
    border-width:1px;
    border-color:#463e35;
	color:#72250f;
	background-color:#d8d2c7;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:14px;
    line-height:160%;
	height:20px;
	width:280px;
	}
