@charset "utf-8";

@import url("reset.css");


/* -- GENERAL -- */
body {
	background-image:none;
	background-color:#FFFFFF;
	
}
.bodyCopy ul {
	list-style:inherit;
}

p, .fakeParagraph, .bodyList {
	color:#000000;
}


.navColumn ul li div.active {
	border:1px solid #000000;
}
.navColumn ul li div.active a {
	font-weight:bold;
	color:#000000;
}
.navColumn ul li ul li div.active a {
	font-weight:bold;
}


/* -- TABS -- */
.tabButtons {
	display:none;
}
.tabContent {
	clear:both;
	display:block;
}

.noPrint {
	display:none;
}
.printOnly {
	display:inherit;
}