body{
	font-family: Geneva,Arial,sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
}


body,td,th {
	color: #707070;
}

#wrapper {
	border: 2px solid #BDBEBD;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
#header {
	background-image: url(../img/header.png);
	height: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBEBD;
}
.headerImg {
	float: right;
	margin-top: 81px;
}


a{
	color: #0000FF;
}

a:visited{
	color: #9C659C;
	text-decoration: none;
}

a:hover{
	color: #009ACE;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}

	#wrap {
	/* [disabled]font: 1.3em/1.3 Arial, Helvetica, sans-serif; */
	width: 30em;
	background-color: #fff;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
	h1 {
		font-size: 200%; }

	/* This CSS is used for the Show/Hide functionality. */
	
		.more {
		display: none;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666; }
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		background: transparent url(down.gif) no-repeat left; }
	a.hideLink {
		background: transparent url(up.gif) no-repeat left; }
	a.showLink:hover, a.hideLink:hover {
}
.redwords {
	color: #F00;
}
