@charset "UTF-8";
/* CSS Document */

h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #550000;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #16385F;
}

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #16385F;
}

h4 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #808080;
}

h5 {

	font-family: Arial, Helvetica, sans-serif
	font-size: 8px;
	font-weight: bold;
	color: #808080;
}


