* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	background-color: white;
}
div, p, img, a, td, ul, ol {
	font-size: 1em;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0.5em 0;
}
h1 { font-size: 150%; }
h2 { font-size: 155%; font-weight: normal; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
p { padding: 0 0 1em 0; }
a, a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
img {
	border: 0;
	margin: 0;
}
table tr td {
	vertical-align: top;
}

#top1 {
	display:none;
}
#top2 {
	display:none;
}
#top3 {
	display:none;
}
#sidebar_left {
	display:none;
}
#center_menu {
	display: none;
}
#sidebar_right {
	display:none;
}
#content h2,
#content h3 {
	margin: 0 0 1em 0;
}
#content img {
	margin: 0 10px 10px 0;
}
#content p.intro a,
#content p.intro a:link {
	font-weight: bold;
}

#footer {
	display:none;
}

