@charset "utf-8";
/* CSS Document */

body, p, td {
	font-family: "Arial Narrow", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #000;
}

.small {
	font-family: Calibri, "Arial Narrow", Tahoma, sans-serif;
	font-size:11px;
	text-align:center;
	line-height:15px;
}

.date {
	font-family: Calibri, "Arial Narrow", Tahoma, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	text-align:right;
	font-size:15px;
}

.title {
	font-size:40px;
	font-family: Perpetua, "Times New Roman", Georgia, serif;
	color: #c0504d;
	text-align:center;
	font-weight:bold;
	line-height:40px;
}

h1 {
	background-color: #c0504d;
	color: #fff;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	padding:2px;
}

h2 {
	background-color: #31849b;
	color: #fff;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	padding:2px;
}


