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

.text a:link, .text a:visited, .text a:active{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #e195ac;
	text-decoration:underline;
}

.text a:hover {
	color: #ffffff;
	font-style:italic;
	text-decoration:underline;
}

.brown{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #c4adb0;
	text-decoration:none;
	line-height:11.5pt;
}

.brown a:link, .brown a:visited, .brown a:active{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #ffee9c;
	text-decoration:none;
	font-style:italic;
	line-height:11.5pt;
}

.brown a:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}

.pink{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #e195ac;
	text-decoration:none;
	line-height:11.5pt;
}

.pink a:link, .pink a:visited, .pink a:active{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #e195ac;
	text-decoration:none;
	font-style:italic;
	line-height:11.5pt;
}

.pink a:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}


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

.footer a:hover {
	color: #ffffff;
	text-decoration:none;
	font-style:italic;
}

.title, .title a:link, .title a:visited, .title a:active{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #ffee9c;
	text-decoration:none;
	font-weight:bold;
}

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

.date a:link, .date a:visited, .date a:active{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
}

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


.photos {
    border:solid 1px #5f2a38;
} 

.tables {
	border-style: solid; 
    border-width: 1px 1px 1px 1px;
	border-color: #5f2a38;
} 


/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#100c0d;
	color:#2b2726;
	background-color:#979082;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:15px;
	width:155px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #100c0d;
}

input.border:hover {
	background-color:#fff;
	border: 1px solid #100c0d;
	}
	
textarea:hover {
	background-color:#bc8730;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#6f6954;
	color:#2b2726;
	background-color:#979082;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	width:360px;
	}

.scrollbar {
  scrollbar-face-color: #390536 !important;
  scrollbar-shadow-color: #110110 !important;
  scrollbar-highlight-color: #110110 !important;
  scrollbar-3dlight-color: #110110 !important;
  scrollbar-darkshadow-color: #110110 !important;
  scrollbar-track-color: #110110 !important;
  scrollbar-arrow-color: #ffee9c !important;
}