@charset "UTF-8";
/* CSS Document */


.aplandCream {
	color: #fff1cc;
}

.aplandBrown {
	color: #d2a482;
}

.aplandGray {
	color: #666666;
}

body {
	margin-top: 0px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #d2a482;
	text-decoration: none;
}
a:active {
	color: #fff1cc;
	text-decoration: none;
}



.BodyText {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff1cc;
	font-weight: normal;
}

.textHeadline {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}
.borderLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.borderRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #D1A482;
	font-style: normal;
	text-decoration: none;
	line-height: 13px;
}
.Footer:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #D1A482;
	font-style: normal;
	text-decoration: none;
}
.Footer:visited {
	text-decoration: none;
	color: #D1A482;
}

.Footer:hover {
	color: #666666;
	text-decoration: none;

}

.Footer:active {
	text-decoration: none;
	color: #D1A482;
}

.imageBorder {
	border: 1px solid #fff1cc;
}
.imageBorderSpaceR {
	border: 1px solid #fff1cc;
	margin-right: 7px;
}
.listOrdered {
	list-style-type: decimal;
	color: #d2a482;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.listUnordered {
	list-style-type: decimal;
	color: #d2a482;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

