/* CSS Document */

#top {
	position:absolute;
	left:10px;
	top:10px;
	width:95%;
	height:50px;
	z-index:1;
	background-image: url(images/pg-bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #B4CC9E;
}
body {
	background-color: #B4CC9E;
}

#content {
	margin-top: 55px;
}
.tx-intro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}
#content a:link {
	font-weight: bold;
	color: #B2A6D2;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #B2A6D2;
	text-decoration: underline;
}
#content a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: #B2A6D2;
}
.tx-footerline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

#content a:active {
	font-weight: bold;
	color: #B2A6D2;
	text-decoration: underline;
}

#footer {
}
#footer a:link {
	color: #010000;
	text-decoration: none;
}
#footer a:visited {
	color: #010000;
	text-decoration: none;
}
#footer a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}

