body
{
	margin: 0px;
	padding: 0px;
	color: #036;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: white;
	background-image: url(../images/backgrid.gif);
	background-position: 0px 0px;
	background-repeat: repeat;
}

div.header
{
	padding: 10px;
	background-color: white;
	background-image: url(../images/backgrid.gif);
	background-position: 0px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	float: none;
	z-index: 100;
	background-repeat: repeat;
	background-attachment: scroll;
}

div.body
{
	padding: 67px 5px 5px 5px;
/* 
	background-color: white;
	background-image: url(../images/backgrid.gif);
 */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

div.copyright
{
	padding: 50px 5px 5px 5px;
/* 
	background-color: white;
	background-image: url(../images/backgrid.gif);
 */
	top: 0;
	width: 100%;
	z-index: -2;
	color: #063;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

h1
{
	color: #042;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

p {
	color: #042;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

div.homelink
{
	height: 40px;
	text-indent: 6px;
	text-align: left;
	line-height: 40px;
}


img.homelink { vertical-align: 4px; }

a.homelink
{
	color: #042;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

a:hover { color: #00BF60; }

span.homelink
{
	vertical-align: 20px;
}
