﻿body
{	
	margin: 0px;
	height: 100%;
	background-color: #ffffff;
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	color: #000000;
}

.parent 
{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.content 
{	
	padding-top: 30px;
	width: 100%;
	left: 0px;
	
}

.footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 45px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
}

.parent 
{
	height: 100%;
}

a.blue8:link
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	color: #0066ff;	
}

a.blue8:visited
{
	color: #0066ff;	
}

a.blue8:hover
{
	text-decoration: underline overline; 
	color: red;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

.text8
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	color: #000000;	
}

.smtxt
{
	font-family: Verdana, Sans-Serif;
	font-size: 7pt;
	color: #666666;	
}
