@charset "UTF-8";
h1 {
	font-size: 1.5em;
	color: #00395A;
	line-height: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	color: #4c721d;
	line-height: 1.2em;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	font-size: 1.3em;
	color: #00395A;
	line-height: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.1em;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h5 {
	font-size: 0.85em;
	color: #00395A;
	line-height: .95em;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	color: #666666;
	font-weight: lighter;
	line-height: .9em;
}
body  {
	background: #E0DACD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: lighter;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #666666;
}
