/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

Version: 2.5 (Jan 11, 2007)

Print layout: */


body {
margin:0 auto;
padding:0;
background:#ffffff;
color:#000000;
font-size: 11pt;
}
	
#wrap {
margin:2%;
width:auto;
float:none !important;
}

#header h1 {
margin:0 0 25px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

ul { 
	list-style-type: square;
}

p {
	margin: 1em 0;
	line-height: 1.2em;
}

#frontphoto, #leftside, #extras, #footer, #navigator, .announce, .hide {
display:none;
}

#content img, #contentwide img, #contentwide2 img {
/* display:none; */
}

/* a */
a {
	color: #000;
	background: none;
	padding: 0;
	text-decoration: underline;
}

a.note_super {
	vertical-align: super;
}

a.external:after {
	content: " (" attr(href) ") ";
}

img.ext {
	display: none;
}

.noexists a {
	display: none;
}

img { border: none; }

.anchor_super { display: none; }

/* Table */
div.ie5 { text-align: center; }

.style_table,
.style_table td {
	border: 1px solid #000;
	border-collapse: collapse;
}

.style_table { margin: auto; }

td.style_td {
	text-align: left;
}

/* Pre */
pre {
	border: 1pt dashed black;
	white-space: pre;
	font-size: 9pt;
	overflow: auto;
	padding: 1em;
}

/* Size */
.small {
	font-size: 80%;
}

span.size1 {
	font-size: xx-small;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size2 {
	font-size: x-small;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size3 {
	font-size: small;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size4 {
	font-size: medium;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size5 {
	font-size: large;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size6 {
	font-size: x-large;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}
span.size7 {
	font-size: xx-large;
	line-height: 130%;
	text-indent: 0px;
	display: inline;
}

.clear {
	margin: 0px;
	clear: both;
}
