﻿a {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #CC0000;
	font-weight: bolder;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.background {
	background-color: #55654A;
}
body {
	background-color:#55654A
}
.BoldItalic {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}
.center {
	text-align: center;
}
#ColumnLeft {
	width: 150px;
	top: 200px;
	left: 25px;
	position: absolute;
}
#container {
}
#footer {
	color: #FFFADB;
	text-align: center;
}
.Text_NormalBlack {
	padding: 10px 60px 10px 50px;
	color: #000000;
	font-family: Times New Roman;
	font-size: 20px;
	background-color: #FFFADB;
}
.Text_normal_headline {
	padding: 10px 60px 10px 50px;
	color: #000000;
	font-family: Times New Roman;
	font-size: 20px;
	text-align: center;
	background-color: #FFFADB;
}
.Text_LargeBlackBold {
	padding: 10px 60px 10px 50px;
	color: #000000;
	font-family: Times New Roman;
	font-size: x-large;
	background-color: #FFFADB;
	font-weight: bold;
}
