html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
/*	font-family: Georgia, Palatino, serif;*/
/*	width: 7in;*/
  	 }

#head #logo {
	display: none;
	}
	
#langbox {
	display: none
	}

#menu {
	display: none;
   	}

#main {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
   	}

a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	}

h4, h5, h6	{
	font-weight: normal;
	}
	
.timet th {
	font-size: 10pt;
	font-weight: normal;
	}


	/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
#main a:link:after, #main a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
  	 }