.border {
	border: 1px solid #2b4060;
	width: 758px;
}
.footer {
	background-image: url(images/footer_image.jpg);
	background-repeat: no-repeat;
	height: 43px;
}
.footer_menu {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #3E492B;
	text-decoration: none;
}
a.footer_menu:hover {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #F18636;
	text-decoration: underline;
}

.sub_headline_blue {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	text-align: center;
}

.copyright {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #8db0d5;
	text-decoration: none;
}

.headline {
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	font-style: normal;
}
.sub_headline {
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	text-align: center;
}
.tbl_headline {
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.body_text {
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}
#body_text {
	font-weight:bold;
	color: #000000;
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	text-align: right;
}
body {
	background-color: #000000;
	background-image:url(images/bkg.jpg)
}
.dotted_border {
	border: 3px dashed #006633;
	background-color: #566234;
}
