
html 
{
	padding: 0;
	margin: 0; 
	border: 0; 
	background: #fff; 
}
 
body 
{ 
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1em;
	padding-bottom: 4em;
	margin: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: 13pt;
	max-width: 30em;
	line-height: 150%;
	margin:0 auto;
}

h1, h2
{
	font-size: 16pt;
	font-style: bold;
	padding-left: 0em;
}

h3
{
	font-size: 13pt;
	font-style: bold;
	padding-left: 0em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h4
{
	font-size: 13pt;
	font-style: bold;
	padding-left: 0em;
	margin-top: 0;
	margin-bottom: 0.1em;
}

.onefile
{
	padding-left: 0em;
	margin-bottom: 1em;
}

ul, ol
{
	padding-left: 1.5em;
	margin-top: 0em;
}

table
{
	border-collapse:collapse;
	width:130%;
}

table, th, td
{
	border: 1px solid black;
	padding:3px 7px 2px 7px;
}

th.columnone { 	width:10%; }
th.columntwo { 	width:20%; }
th.columntre { 	width:25%; }
th.columnfyr { 	width:10%; }

a:link {color:MediumBlue ;}      /* unvisited link */
a:visited {color:MediumBlue ;}  /* visited link */
a:hover {color:MediumBlue;}  /* mouse over link */
a:active {color:MediumBlue;}  /* selected link */


a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}


