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

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

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


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

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

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

.photos {
    border:solid 2px #973aa4;
} 

.tables {
	border-style: solid; 
    border-width: 0 0 1px 1px;
	border-color: #d1caba;
} 

.tables th, .tables td {
	border-style: solid; 
    border-width: 1px 1px 0 0;
	border-color: #d1caba;
} 

.tables2 {
	border-style: solid; 
    border-width: 0 0 0px 0px;
	border-color: #d1caba;
} 

.tables2 th, .tables2 td {
	border-style: solid; 
    border-width: 0px 0px 0 0;
	border-color: #d1caba;
} 

/*Begin Forms*/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#b974bb;
	color:#260f32;
	background-color:#eee2f5;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:18px;
	}
	
input.border:focus	{
	background: #ffffff;
	border: 1px solid #b974bb;
}

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

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

.borders {
    border-style:solid;
    border-width:1px;
    border-color:#b974bb;
	color:#260f32;
	background-color:#eee2f5;
	font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:160%;
	height:130px;
	}
