﻿.header 
{
	font-family: Arial;
	font-size: 13pt;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;	
}

.copy
{
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
	line-height: 13pt;
}

a.copy:link {text-decoration: none; color: #FF6600;}
a.copy:active {text-decoration: none; color: #FF6600;}
a.copy:visited {text-decoration: none; color: #FF6600;}
a.copy:hover {text-decoration: underline; color: #FF6600;}



body
    {
    height: 100%;
    background-color: #FFFFFF;
    margin-left:0;
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    }
    
html
    {
    height: 100%;
    }
    
* html #nonFooter
	{
	height: 100%;
	}

#nonFooter
	{
	position: relative;
	min-height: 100%;        
	background-image: url(../../Images/pagebg.gif);
	}