﻿H1.pageheader
{
	margin: 0;
	padding: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 14pt;
	font-weight: normal;
	color: #38C2DE;
	width: 100%;
}

div.pagecontent
{
	text-align: left;
	width: 100%;
	
	line-height: 20px;
	border-top: 1px solid #D2EEF9;
}

div.pagefooter
{
	width: 100%;
	height: 50px;
	text-align: right;
}

H3.partheader
{
	font-size: 14pt;
	font-weight: normal;
	color: #38C2DE;
	width: 100%;
}

div.headerleft
{
}

div.headerright
{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: right;
}


div.TOTALSTEXT
{
    position: relative;
	display: table-cell; 
    float: left;
}

div.TOTALSVALUE
{
    position: relative;
	display: table-cell; 
    float: right;
}

div.TOTALSSPACING
{
    position: relative;
	display: table-cell; 
    float: left;
    width: 700px;
    height: 100px;
}


