body
{
	background: white;
	font-family: Arial;
	font-weight: normal;
	font-size: small;
	color: rgb(66, 43, 55);
}
a:link, a:visited, a:active
{
	color: rgb(66, 43, 55);
	text-decoration: none;
}
a:hover
{
	color: rgb(107, 70, 89);
	text-decoration: underline;
}
.pageheaderlogo
{
	background: white;
	text-align: left;
}
.pageheadertop
{
	background: white;
	text-align: right;
	vertical-align: top;
	font-size: x-small;
	font-weight: normal;
	color: rgb(66, 43, 55);
	border-top: 1px solid rgb(66, 43, 55);
	padding-top: 5px;
}
.pageheadermenu
{
	background-image: url("../images/pageheader.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	font-size: x-small;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.pageheaderlang
{
	background-image: url("../images/pageheader.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	font-size: x-small;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.pageheaderlinks
{
	background: white;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	font-size: x-small;
	font-weight: normal;
	color: rgb(66, 43, 55);
	border-bottom: 1px solid rgb(66, 43, 55);
	cursor: pointer;}
.pagetitle
{
	font-size: large;
	font-weight: bold;
	color: rgb(66, 43, 55);
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.itemtitle
{
	font-size: small;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: rgb(66, 43, 55);
	padding-left: 5px;
}
.itemtitlecentered
{
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: rgb(66, 43, 55);
	padding-left: 5px;
}
.itemtext
{
	font-size: small;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: rgb(66, 43, 55);
	padding-left: 5px;
}
.pagecontent
{
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.pagefooter
{
	background-image: url("../images/pagefooter.png");
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	font-size: x-small;
	font-weight: bold;
	color: white;
}
.contentlogo
{
	vertical-align: bottom;
}
.sourcetext
{
	display: none;
}
.hiddenlink
{
	display: none;
}
.activelink
{
	display: block;
}
