﻿h1.pageheader
{
	position: relative;
	font-size: 12pt;
	font-weight: bold;

	padding-bottom: 5px;
	padding-top: 10px;

	padding-left: 20px;
	padding-right: 20px;
	
	width: 709px;
	height: 20px;
}

h3.partheader
{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
}

div.HEADERLEFT
{
	float: left;
	width: 500px;
}

div.HEADERRIGHT
{
	float: right;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

div.pagecontent
{
	position: relative;
	float: left;

	text-align: justify;
	min-width: 709px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	line-height: 20px;
}

div.pagefooter
{
	position: relative;
	float: left;
	min-width: 709px;
	
	padding-left: 20px;
	padding-right: 20px;

	text-align: right;
	padding-bottom: 5px;
}

div.TOTALSTEXT
{
    position: relative;
	display: table-cell; 
    float: left;
    width: 120px;
}

div.TOTALSVALUE
{
    position: relative;
	display: table-cell; 
    float: left;
    text-align: right;
    width: 120px;
}

div.TOTALSSPACING
{
    position: relative;
	display: table-cell; 
    float: left;
    width: 450px;
    height: 140px;
}

