.nolink {
    border:solid 1px #5a5a5a;
} 

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

.photos:hover {
    border:solid 1px #89e0fe;
} 



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

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

.text a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #89e0fe;
	text-decoration: none;
	line-height:15pt;
}

.text2{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	text-decoration: none;
	line-height:12pt;
}

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

.text2 a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #89e0fe;
	text-decoration: none;
}

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

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

.text3 a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #89e0fe;
	text-decoration: none;
}

.blue{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	color: #89e0fe;
	text-decoration: none;
	line-height:15pt;
	font-weight: bold;
	text-transform: uppercase;
}

.title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffd050;
	text-decoration: none;;
	line-height:15pt;
	font-weight: bold;
	text-transform: uppercase;
}

.title a:link, .title a:visited, .title a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffd050;
	text-decoration: none;
	line-height:15pt;
	font-weight: bold;
	text-transform: uppercase;
}

.title a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffd050;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.event{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	color: #0e2935;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.event a:link, .event a:visited, .event a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	color: #0e2935;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.event a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 17px;
	color: #c70d05;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

.date a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #c70d05;
	text-decoration: none;
}

.footer{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #979797;
	text-decoration: none;;
}

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

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



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

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

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

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