@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	font-size: 11pt;
}
* {
	font-size: 1em;
	line-height: 1.333em;
	text-decoration: none;
	color: #333;
}
h1,h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 1.667em;
}
h2 {
	font-size: 1.333em;
}
#header, #mainnav, #footer, #topnav {
	display: none;
}
#topnav {
	list-style: none;
}
#topnav li.left {
	display: block;
}

#wrapper > article {
	display: none;
}
#newsarticle {
	display:none
}
strong {
	font-weight: normal;
}
img {
	max-width: 40%;
	padding: 3px;
	border: 1px solid #CCC;
	float: right;
	margin: 0 0 5px 10px;
}
p {
	text-align: justify;
}
a:before {
	content: "☞ ";
}
