/* Layout */
html {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family:  times new roman, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#navigation {
	display: none;
}

/* Basic setup */
h1 {
	color: #000000;
	font-family:  times new roman, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

h2 {
	color: #000000;
	font-family:  times new roman, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

h3 {
	color: #000000;
	font-family:  times new roman, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

p {
	font-size: 12px;
}

a {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#printpage {
	display: none;
}