body {
	font-family: arial, helvetica, sans-serif;
	background: #FFFEF4;
	color: #000000;
}

body.home {
	background: #7D7D78;
	color: #000000;
}

p {
	font-size: 0.75em;
	line-height: 1.5em;
	/*width: 465px;*/
}

ul {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px 0px 15px 30px;
	padding: 0px;
}

ol {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px 0px 15px 30px;
	padding: 0px;
}

h1 {
	font-size: 1em;
	line-height: 1.5em;
}

h2 {
	font-size: .9em;
	line-height: 1.5em;
}

h3 {
	font-size: .8em;
	line-height: 1.5em;
}

#smalllogo {
	margin-bottom: 30px;
}

.footerhome {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #FFFEF4;
}

.footer {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #7D7D78;
}

.tnav {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #ffffff;
}

.lnav {
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
}

.l2nav {
	font-size: 0.7em;
	line-height: 0.9em;
	text-align: right;
	margin-bottom: 5px;
}

.unav {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #40403D;
}

.sitemap {
	font-size: 0.75em;
	line-height: 1.5em;
}

a:link, a:visited {
	color:#637D89;
	text-decoration:none;
}

a:hover, a:active {
	color:#637D89;
	text-decoration:underline;
}

.tnav a:link, .tnav a:visited {
	color:#ffffff;
	text-decoration:none;
}

.tnav a:hover, .tnav a:active {
	color:#ffffff;
	text-decoration:underline;
}

.unav a:link, .unav a:visited {
	color:#000000;
	text-decoration:none;
}

.unav a:hover, .unav a:active {
	color:#000000;
	text-decoration:underline;
}

.printshow {
	display: block;
	}

.screenshow {
	display: none;
	}

