.bground_table {
	background-color: #8AD6E2;
	border: 5px solid #46A5E2;
	padding: 3px;
}

.navbar_bground_table {
	background-color: #1F4863;
	border: 3px solid #2F4896;
}

.content_table {
	background-color: #1F4863;
	border: 3px solid #2F4896;
	padding: 3px;
}

.form_field {
	background-color: #1F4863;
	border: 3px solid #2F4896;
	padding-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C8CECA;
}

.form_button {
	background-color: #1F4863;
	border: 3px solid #2F4896;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #C8CECA;
}

body {
	background-color: #668DA7;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}.spacer {
	line-height: 5px;
}
.spacer_big {
	line-height: 10px;
}

.download {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #8AD6E2;
	border: 5px solid #46A5E2;
	padding: 3px;
}

