.photos {
    border:dashed 1px #c31720;
} 

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

.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #c31720;
	text-decoration: none;
	font-style:italic;
}

.text a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #c31720;
	text-decoration: underline;
	font-style:italic;
}

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

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

.links a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #c31720;
	text-decoration: underline;
	font-style:italic;
}

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


/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#58585b;
	color:#1a1a1a;
	background-color:#e7e7e7;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:14px;
    line-height:160%;
	width:380px;
	}
	
input.border:focus	{
	background: #ffffff;
	border: 1px solid #58585b;
}

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

textarea.borders:focus	{
	background: #ffffff;
	border: 1px solid #58585b;
}

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#58585b;
	color:#1a1a1a;
	background-color:#e7e7e7;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:14px;
    line-height:160%;
	width:380px;
}
