navigation {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-type: none;
}
p {
	font-family: Courier New, Courier, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 8px 0px;
	color: #999999;
}
.navigation {
	width: 250px;
}
a:link,a:visited {
	color: #008900;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.3px;
	display: block;
	margin-top: 20px;
	margin-bottom: -5px;
	line-height: 20px;
}
.footer {
	font-family: "Couier New", Courier, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	line-height: 18px;
	display: block;
	letter-spacing: 0.3px;
}

.fullwidth {
	width: 100%;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 0em;
	letter-spacing: 0.1em;
	margin-top: 0px;
}
.hideLink {
	display: none;
}
#noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

