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

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

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


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

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

.blue a:hover {
	color: #f5eeee;
	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: #fcc284;
	text-decoration:none;
}

.lt a:hover {
	color: #fcc284;
	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: 14px;
	color: #b8d6e0;
	text-decoration:none;
}

.headlinelt, .headlinelt a:link, .headlinelt a:visited, .headlinelt a:active, .headlinelt a:hover{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #b8d6e0;
	text-decoration:none;
}

.white, .white a:link, .white a:visited, .white a:active, .white a:hover{
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #dd3344;
	text-decoration:none;
}





/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#bc4a4a;
	color:#b2c0c3;
	background-color:#791212;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:14px;
    line-height:160%;
	height:20px;
	width:400px;
	}
	
input.border:focus	{
	background: #791212;
	border: 1px solid #463e35;
}

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

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

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#bc4a4a;
	color:#b2c0c3;
	background-color:#791212;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:14px;
    line-height:160%;
	height:130px;
	width:400px;
	}

