/**
* name   :  print.css
* path   :  css/
* version:  1.0
* date   :  2004-11-01
* 
* author :  David Werlen
*/

body {
	background-color: #CFCFCF;
	margin: 1.0em 1.0em 1.0em 1.0em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
}

#accessible, #vignette, #menu, #top, .top, .nodisplay {
	display: none;
}

#header {
	height: 100px;
}

#logo {
	width: 371px;
	height: 90px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	text-align: right;
	font-weight: bold;
}

h1 {
	font-variant: small-caps;
	border-bottom: 2px dashed #000000;
}

h2 {
	text-align: right;
	color: #000000;
	text-decoration: underline;
}

h3 {	
	text-align: right;
}

p {
	text-align: justify;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 1.0em;
}

img.right {
	float: right;
	margin: 1.0em 0 1.0em 1.0em;
}

a, a:hover {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-collapse: collapse;
}

th {
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
}

td {
    border: 1px solid #000000;
}

/** EOF */
