
.text{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #300404;
	text-decoration:none;
}

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

.text a:hover {
	color: #fff3df;
	background-color: #c10e13;
	text-decoration:underline;
}

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

.photosmain {
    border:solid 3px #faf7f2;
} 

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


.light{
	font-family: Georgia, serif;
	font-size: 13px;
	color: #380506;
	text-decoration:none;
}

.light a:link, .light a:visited, .light a:active{
	font-family: Georgia, serif;
	font-size: 13px;
	color: #fff0c4;
	text-decoration:none;
}

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


.title{
	font-family: Georgia, serif;
	font-size: 15px;
	color: #c10e13;
	text-decoration:none;
	text-transform:uppercase;
}

.title3{
	font-family: Georgia, serif;
	font-size: 19px;
	color: #6b0607;
	text-decoration:none;
	text-transform:uppercase;
}

.title2{
	font-family: Georgia, serif;
	font-size: 15px;
	color: #c10e13;
	text-decoration:none;
}

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



textarea.borders:focus	{
	background: #F3ECDE;
	border: 1px solid #c20e13;
}

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