﻿body {
	margin: 0px;
	text-align: center;
	background-color: #130004;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	text-align: left;
}

.title {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	color: #663300;
	text-align: left;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
}

.menu {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
	color: #FFFFFF;
}

.menu a:link {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:visited {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	color: #FFA100;
}

.menu a:active {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

a:active {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #0000FF;
}

.footer-quote {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
}

.side-table {
	background-color: #000000;
}
.side-column {
	border-left-width: 1px;
	border-left-style: dotted;
}

