@charset "utf-8";

.content-left-justify {
	font-family: pt-sans, Arial, sans-serif, "Gill Sans MT";
	font-style: normal;
	font-weight: 400;
	font-size: 12pt;
}
.section-headers {
	font-family: pt-sans, Arial, sans-serif, "Gill Sans MT";
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
}
.name {
	font-family: pt-sans, Arial, sans-serif, "Gill Sans MT";
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	/* [disabled]text-align: center; */
}
a:link {
	color: #0400FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0400FF;
}
a:hover {
	text-decoration: none;
	color: #8095F7;
}
a:active {
	text-decoration: none;
}
.imageRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.imageLeft {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: 20px;
}
