/* basic */

body {
	font: 100%/1.4em times, serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff; 
}

#wrap_header, #menuBar, #wrap_footer, hr, #navBox, .noPrint {
	display: none;
}

a, a:visited {
	color: blue;
}

/* typography */

#contentBar .textRight {
	text-align: right;
}

#contentBar .textCenter {
	text-align: center;
}
