@charset "utf-8";
/* German Australia PRINT css */

body {
background: white;
font-size: 12pt;
font-family:Georgia, "Times New Roman", Times, serif;
color: black;
}

h1, h2, h3, h4 {
color:black !important;
font-family:Arial, Helvetica, sans-serif;
}

div#header h1 {
font-variant: small-caps;
font-weight:normal;
font-size:140%;
display:inline;
margin-left:0;
color:black !important;
}

div#header {
background-image: none;
background: transparent none;
border-bottom: 1px dotted gray;
margin-bottom: 1em;
height:auto;
}

div#navigation {
display: none;
}

div#container, div#content {
width: auto;
padding: 0;
border: 0;
float: none;
background: transparent none;
}

div#container {
margin: 2% 5%;
}

div#subnavbox {
display: none;
}

div#footer {
	text-align:right;
	font-size:0.8em;
	border-top: 1px dotted gray;
	background: transparent none;
	color:black;
}


a:link, a:visited {
color: #520;
font-size:90%;
background: transparent;
text-decoration: none;
border-bottom: 1px dotted #520;
padding-bottom: 2px;
}

.noprint {
display: none;
}

.titlevariant {
	color:#333;
	font-style:italic;
}

