/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2 (Oct 21, 2005)

Print layout: */

body{
margin:0 auto;
padding:0;
font-family:"Times New Roman",Serif;
background:#ffffff;
color:#000000;
}
	
#wrap{
	margin: 2%;
	width: auto;
	float: none !important;
}

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

#top, #left, #right, #footer{
display:none;
}
	 
  #middle { float: left;
    width: 90%;
    line-height: 1.01em;
    padding-left: 3.5%;
    padding-right: 3.5%;
    }

.img{
display:none;
}

a{
text-decoration:underline;
color:#0000FF;
}

.bar01{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.left{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}


tr {
	background: #F3F3F3;
	text-align: left;
	vertical-align: middle;
}

table {
	border: 1px Black;
}

td {
	background: #F3F3F3;
	border: 1px Black;
	vertical-align: middle;
}th {
	background-color: #DAF2F3;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px Black;
	text-align: center;
	vertical-align: middle;
}