@charset "UTF-8";
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 14px;
	letter-spacing: -1px;
	line-height: 22px;
	text-align: right;	
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 16px;
	font-weight: normal;
	margin-bottom: 6px;
	letter-spacing: -1px;
}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 6px;
	font-weight: normal;
	letter-spacing: -1px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}
a, a:visited, a:active {
	color:#111ebd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
