/*
-----------------------------------------------
Textraw | Synthetic Straw
Author:   Paul Jobson
Print Version:  22 Jan 2007
----------------------------------------------- */

body {
   background: white;
   font-size: 12pt;
   	font-family: Arial, Verdana, sans-serif;
	color: black;
   }

#middle {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   background: transparent none;
   }

ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: disc;
}
ul li {
	font-size: 10pt;
}
table {
	font-size: 80%;
	margin: 10px 0 0 0;
	border: 1px solid gray;
	border-collapse: collapse;
}

#logo {
	position: relative;
	top: 0px;
	left: 0;
}

table tr td {
	border: 1px solid gray;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight:bold;	
	margin: 20px 0 4px 0;
	padding: 0;
	}
	
h3,h4,h5 {
	color: gray;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	font-size: 90%;	
}

#nav, #footer, h2, h6, hr {
	display: none !important;
	}

a:link, a:visited {
   font-weight: bold;
   text-decoration: underline;
   }
/*#middle a:link:after, #middle a:visited:after {
   content: "[ " attr(href) " ] ";
   text-decoration: none;
   margin-left: 10px;
   } */
img, a img { border: none; 	text-decoration: none; }
img { margin: 10px; }

#application #submenu { display: none !important; }