@charset "UTF-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	display: inline;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	display: inline;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	display: inline;
}
h5 {
	font-family: Avenir Next, Avenir, Verdana, Geneva, sans-serif;
	font-size: 80%;
	display: inline;
	font-weight: normal;
}
h6 {
	font-family: Avenir Next, Avenir, Verdana, Geneva, sans-serif;
	font-size: 70%;
	display: inline;
	font-weight: normal;
}
h7 {
	font-family: Avenir Next, Avenir, Verdana, Geneva, sans-serif;
	font-size: 120%;
	display: inline;
	font-weight: normal;
}
p {
	font-family: "Avenir Next", Avenir, Verdana, Geneva, sans-serif;
	font-size: 80%;
}
a:link {
	font-weight: bold;
	color: #3345FA;
	text-decoration: none;
}
a:visited {
	color: #4049C5;
	text-decoration: none;
	font-weight: bold;
}a:hover {
	font-weight: bold;
	color: #7094FF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
}
