﻿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;
	position: relative;
	top: -30px;
}
.FRE_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #FFFADB;
}
.FRE_SubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #55654A;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #FFFADB;
	text-decoration: underline;
}
#FRE_logo {
	float: left;
}
#header {
	padding: 10px;
}
.linkText {
	color: #000000;
	font-family: Times New Roman;
	font-size: medium;
}
#PageContent{
	margin: 30px 44px 10px 150px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	top: -60px;
}
.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;
}
