@charset "utf-8";
body {
	background-color: #990000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content {
	padding-right: 100px;
	padding-left: 100px;
	font-size: 16px;

}

#container {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.td_background {
	background-color: #FFFFFF;
	height: 50px;
}

.subtitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.link_color {
	color: #FFFF66;
	font-weight: bold;
}

.bigger_subtitle {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-style: oblique;
	text-decoration: underline;
}
table {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000066;
}
.copyright {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
td {
	padding-bottom: 15px;
	padding-top: 15px;
}
.images {
	border: medium outset #FFFFFF;
}

