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

.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #B3B3B3;
	margin-bottom: 15px;
}

.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #4d4d4d;
	margin-bottom: 15px;
}

.H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #4D4D4D;
}

.H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	color: #B3B3B3;
}

.H5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #808080;
	font-style: normal;
}

.H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #4d4d4d;
	line-height: 20px;
}

a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #4d4d4d;
	font-style: normal;
	}
a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #4d4d4d;
	}
a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #4d4d4d;
	}
a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #4d4d4d;
	}
