@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #270303;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.font10ptjust {
	font-size: 10pt;
	text-align: justify;
}
.font10ptcenter {
	font-size: 10pt;
	text-align: center;
}
.font10pt {
	font-size: 10pt;
}
.font10ptRed {
	font-size: 10pt;
	color: #990000
}
.font8ptjust {
	font-size: 8pt;
	text-align: justify;
}
.font8pt {
	font-size: 8pt;
}
.font12ptjust {
	font-size: 12pt;
	text-align: justify;
}
.font12pt {
	font-size: 12pt;
}
.font12ptRed {
	font-size: 12pt;
	color: #990000;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F00;
}