a:link {
	color: #3A3F5E;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #3A3F5E;
}

body {
	background-color: #5A6159;
	margin-top: 0px;
}


.TextNormal {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

.TextUndecorated {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
a.TextUndecorated:link {
	color: #000000;
	text-decoration: none;
}
a.TextUndecorated:visited {
	color: #000000;
	text-decoration: none;
}
a.TextUndecorated:hover {
	color: #FF0000;
	text-decoration: none;
}
a.TextUndecorated:active {
	color: #000000;
	text-decoration: none;
}

.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.Footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #8E938D;
	text-decoration: none;
}
a.Footer:link {
	color: #8E938D;
	text-decoration: none;
}
a.Footer:visited {
	color: #8E938D;
	text-decoration: none;
}
a.Footer:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:active {
	color: #8E938D;
	text-decoration: none;
}

.BackgroundBlue1 {
	background-color: #EDEDED;
	background-image: url(../images/backgrounds/blue1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundBlue2 {
	background-color: #CDD0D0;
	background-image: url(../images/backgrounds/blue2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundGreen1 {
	background-color: #E2E8DB;
	background-image: url(../images/backgrounds/green1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundGreen2 {
	background-color: #D1DBC8;
	background-image: url(../images/backgrounds/green2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundGray1 {
	background-color: #E9EAE8;
	background-image: url(../images/backgrounds/gray1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundGray2 {
	background-color: #C9CCC7;
	background-image: url(../images/backgrounds/gray2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundBrown1 {
	background-color: #E8E7DC;
	background-image: url(../images/backgrounds/brown1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundBrown2 {
	background-color: #D1CFBE;
	background-image: url(../images/backgrounds/brown2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundCream1 {
	background-color: #EDEEE6;
	background-image: url(../images/backgrounds/cream1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundCream2 {
	background-color: #DCDCD0;
	background-image: url(../images/backgrounds/cream2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundHome1 {
	background-color: #B8C0B0;
	background-image: url(../images/backgrounds/home1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.BackgroundHome2 {
	background-color: #DFE6D8;
	background-image: url(../images/backgrounds/home2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

img.float-left {
	float: left;
	margin-right: 12px;
}

img.float-right {
	float: right;
	margin-left: 12px;
}