body {
	background-color: #000000;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	vertical-align: top;
	top: 0px;
}
h1 {
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.bold_italic_left {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: 993333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.bold_italic_center {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
a:visited {
	color: #666666;
	font-weight: bold;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
}
a:hover {
	color: #b28a00;
	text-decoration: underline;
}

p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.firewks_table_white_bk {
	background-color: #FFF;
}

h3 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

h2 {
	margin-left: 15px;
	color: #993333;
	text-indent: 10px;
}
th {
	font-weight: normal;
	margin-left: 5px;
}


p {
	margin-top: 15px;
}
li p {
	margin-left: 0px;
	list-style-type: square;
}
hr {
	color: #B28A00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 98%;
}

p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	
	
}
td img {
	display: block;
	background-color: #FFFFFF;
	background-position: center;
	margin-top: 0px;
}
td {
	background-position: top;
	top: 0px;
	vertical-align: top;
}
.aligned_left {
	text-align: left;
}
.aligned_center {
	text-align: center;
}
.bold_left {
	font-weight: bold;
	text-align: left;
}
.bold_center {
	font-weight: bold;
	text-align: center;
}
.italic_left {
	font-style: italic;
	text-align: left;
}
.italic_center {
	font-style: italic;
	text-align: center;
}
.aligned_right {
	text-align: right;
}
.bold_italic_center_white {
	font-style: italic;
	color: #FFF;
}
