@import "lib/typography.css";
@import "lib/grid.css";

/* * * * * * * * * * * * * * display none * * * * * * * * * * * * * * * */

#header, #leftmenu, #rightmenu, #topmenu, .AdminStatusBar, #breadcrumb, .Pager, img a, #searchfield, #text-banner {
	display: none;
}

/* * * * * * * * * * * * * * general css * * * * * * * * * * * * * * * */

body {
	color:#000;
	background: none;
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
	font-size: 10pt;
}

p {
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: normal;
}
img {
	margin: 10px 10px 10px 0;
	border: 0;
}
a:link, a:active, a:visited {
	background: transparent;
	text-decoration: underline;
	color: #000000;
}
a:link:after, a:visited:after {
	display: none;
}

/* * * * * * * * * * * * * * footer * * * * * * * * * * * * * * * */

#footer p{
	clear: both;
	font-size: 9pt;
	border-top: 1px solid #000;
	margin-top: 15px;
	padding-top: 5px;
}