@charset "UTF-8";
/* CSS Document */

.RegularText {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #5a5a5a;
	text-align: justify;
}


.RegularText2 {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 10px;
	font-weight: normal;
	color: #5a5a5a;
	text-align: left;
}

.ContactText {
	font-family: Helvetica;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #918f95;
	text-align: center;
}

.JamieContactText {
	font-family: Helvetica;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #e75d01;
	text-align: center;
}

a {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
	color: #e75d01;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e75d01;
}
a:hover {
	text-decoration: underline;
	color: #e75d01;
}
a:active {
	text-decoration: none;
	color: #e75d01;
}


a.Contact {
	font-family: Helvetica;
	font-size: 18px;
	line-height: 24px;
	color: #e75d01;
}
a.Contact:link {
	text-decoration: none;
}
a.Contact:visited {
	text-decoration: none;
	color: #e75d01;
}
a.Contact:hover {
	text-decoration: underline;
	color: #e75d01;
}
a.Contact:active {
	text-decoration: none;
	color: #e75d01;
}


.Address {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	color: #e75d01;
	text-align: justify;
}
