/* CSS Document */

/* -- HEADERS --*/

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #862214;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	color: #3D3D3C;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #862214;
	margin: 5px 0px 5px 0px;
}

/* -- GENERAL --*/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #61615F;
	margin: 0px;
}

.footerheader {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: normal;
	color: #B1B09A;
}

.pctext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5a161e;
}

.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #61615F;
}

