﻿html, body	{
	height: 100%; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
	margin: 0;
  padding: 0;
}  
h1 {
	color: #b95802;
	font-size: 170%;
	margin: 1.5em 0 0.5em 0;
}
h2 {
	border-top: 1px dashed #ccc;
	clear: both;
	padding-top: 0.5em;
	color: black;
	font-size: 130%;
	margin: 1em 0 1em 0;
}
h3 {
	color: black;
	font-size: 120%;
	margin: 1.5em 0 1em 0;
}
h4 {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
}

#PageHeader {
	display: none;
	visibility: hidden;
}

.thetable		{
	position: relative;
	display: table; 
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0; 
	clear: both;
	border-spacing: 0; /* required by Opera 6 */
}

 /* hide this from opera6 */
head:first-child+body div.thetable {height: 100%;}

.tablerow		{display: table-row;}

.tablecell	{
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0; 
	padding-top: 0px; 
	padding-bottom: 0px;
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
}

 /* hide this from opera6 */
head:first-child+body div.tablecell {height: 100%;}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one				{
	display: none;
	visibility: hidden;

}
.two {
padding-left: 10px;
padding-right: 10px; 
width: auto; 
background: white; 
position: relative;
font-size: 80%;
}
.three			{
	display: none;
	visibility: hidden;
}

.two .ms-WPHeader {
	height: 28px;
}

.two .ms-WPHeader h3 {
	color: black;
	padding-left: 10px;
	font-size: 100%;
}

#PageFooter {
	display: none;
	visibility: hidden;
}

