body {
	background-color: #BF4D0E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
}
.mainCell {
	background-repeat: no-repeat;
	height: 500px;
	vertical-align: top;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #BF4D0E;
	text-decoration: underline;
	cursor: hand;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
em {
	font-size: 10px;
}
h1 {
	color: #BF4D0E;
	font-size: 18pt;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	color: #BF4D0E;
}
strong em, em strong {
	color: #BF4D0E;
}

