body
{
	margin: 0;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 0.9em;
	text-align: center;
}
div
{
	position: relative;
}
.mylayout
{
	position: absolute;
	top: 2px;
	right: 0px;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
font-family:'Arial', 'Trebuchet MS', Arial, Helvetica, sans-serif;	
padding: 0;
margin-top: 15px;
}

img
{
	border: none;
}

ol, ul
{
	margin: 0 0 0 1.5em;
	padding: 0 0 1.5em;
}

p {
	margin: 0;
	padding: 0 0 1.5em;
}

a:link, a:visited
{
	/*color: #6da61f;*/
	color: #8dc63f;
	text-decoration: underline;
}

a:hover, a:focus
{
	color: #5b7d2c;
	text-decoration: underline;
}

table.noborder td
{
  border:0;
}

table.nopad td
{
  padding-left:0;
}

table
{
	border-collapse:collapse;
	font-family: 'Arial', Tahoma, Arial, Helvetica, sans-serif;
}
table.wide {	width:100%; }
table tr th
{
	background:#333;
	color:white;
	font-size:0.8em;
	padding:3px 10px;
	border:1px solid #222;
}
table tr td
{
	padding:7px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
p
{
	font-family:'Arial', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#topdiv
{
	position: fixed;
	top: 0px;
	left: 20%;
	width: 60%;
}
#bottomdiv
{
	position: fixed;
	bottom: 0px;
	left: 20%;
	width: 60%;
}
.headertable
{
	width: 100%;
	height: 12px;
	border: 0px;
	padding: 1px;
}
.headertable td
{
	height: 12px;
	font-size: 12px;
	border: 0px;
	background-repeat: repeat-x;
	background-position: center;
	color: black;
	text-decoration: bold;
	white-space: nowrap;
}
.headertable img
{
	vertical-align: center;
}
.headertable a, .headertable a:link, .headertable a:visited, .headertable a:hover, .headertable a:focus
{
	color: black;
	text-decoration: none;
}