body {
	background: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #efead7;
	margin: 0px;
}
table {
	color: #858585;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
a:link, a:visited {
	color: #b60000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #b60000;
	text-decoration: none;
}
.H1 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.H2 {
	color: #858585;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.separator {
	background-image: url(../images/separator.gif);
	height: 1px;
}