body {
	background-color: #111111;
	background-image: url(background2aTree.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#FrameBox {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.Logo {
	background-image: url(../_std/rasterBlack.gif);
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bolder;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.claimSml {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	background-color: #999999;
	text-align: center;
	margin-top: 5px;
}
.smallLink {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	background-image: none;
}

.LinkListBlock {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 400px;
	background-image: url(../_std/rasterBlack.gif);
}
.listBlock {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	width: 300px;
}
.LinkListBlock ul {

	margin-top: 30px;
	margin-bottom: 30px;
}
.LinkListBlock li {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #999999;
	margin-left: -20px;
	margin-right: 20px;
}
.redMark {
	color: #FF0000;
}
