@charset "utf-8";
.tableborder {
	border: thick double #FCEAC7;
}

.subPhone {
	background-image: url(../images/phone_subpage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.subMainscroll {
	background-image: url(../images/bottomcornerswirl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.MainParaBurg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #790052;
}

.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CA2E92;
	font-weight: bold;
}

.BullettList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #790052;
	list-style-image: url(../images/heartbullett.png);
	list-style-position: outside;
}

.scroll {

	overflow-y: hidden;
	overflow-x: hidden;

}


.SmallParaBurg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #790052;
}

.imageBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	
	border-top-style: solid;

	border-bottom-style: solid;
	border-left-style: solid;

	border-top-color: #6e0049;
	border-bottom-color: #6e0049;
	border-left-color: #6e0049;
}

.imageBorderALL {
	border: 1px solid #6e0049;
}

