@charset "UTF-8";
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	color: #828282;
	margin-left: 230px;
	margin-right: 126px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	text-decoration: none;
	text-align: left;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #828282;
	margin-left: 230px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	margin-bottom: -10px;
	text-align: left;
}

/*same as hi but underlined*/
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #828282;
	margin-left: 230px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 20px;
	margin-bottom: -10px;
	text-decoration: underline;
	text-align: left;
}



/*same as h1 but 2px smaller, small margin at bottom*/
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #828282;
	margin-left: 230px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 15px;
	margin-bottom: -35px;
	text-align: left;
}


/*same as h3 but larger margin at bottom*/
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #828282;
	margin-left: 230px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 15px;
	margin-bottom: -15px;
	text-align: left;
}

/*same as h4 but underlined*/

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #828282;
	margin-left: 230px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 15px;
	margin-bottom: -15px;
	text-decoration: underline;
	text-align: left;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ac1c1c;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #585858;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	border-top-color: ac1c1c;
	border-right-color: ac1c1c;
	border-bottom-color: ac1c1c;
	border-left-color: ac1c1c;
	color: ac1c1c;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #ac1c1c;
	text-decoration: none;
}

p.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	color: 828282;
	text-align: center;
	padding-top: 10px;
}
