﻿
/* Overrides the default padding */
BODY
{
    padding:		0px;
}

/* Hides all the elements that arn't needed on a printout */
.menuA,
.menuB,
.menuC,
.menuD,
DIV.context
{
	display:		none;
}

DIV.header
{
	border: solid 1px white;
}

DIV.logo
{
	float:			right;
	clear:			both;
	margin-bottom:	10px;
}

DIV.headline H2
{
	width:			400px;
}

H1
{
	margin-top:		-30px;
	margin-bottom:	20px;
}

DIV.printAddress
{
	clear:			both;
	float:			right;
}

DIV.printAddress P
{
	margin:			0px;
	padding:		0px;
	text-align:		right;	
}

DIV.footer
{
    clear:			both;
    float:			left;
    width:			100%;
    border-top:		solid 1px #1A0B60;
    margin:			10px 0px 22px 0px;
    padding-top:	6px;
}

.footer SPAN,
.footer P,
.footer A
{
    margin:			0px;
}

.footer SPAN.divider
{
    margin:			0px 6px 0px 6px;
}

.footer.menu
{
    clear:			both;
    float:			left;
    white-space:	normal;
}

.footer P
{
    float:			right;
}
