body {
	font-family: Arial, Helvetica, sans-serif;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

.small {
	font-size: 9pt;
}

.center {
	text-align:center;
}

p.western {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #ffcc99;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #339933;
}

.red {
	color: #FF3333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffcc99;
}

table {
	border-color: #ffcc99;
}