﻿html
{
    overflow: -moz-scrollbars-vertical;
	height: 100%; /* Opera Fix: full background */
}

body
{   
    background: transparent;
	height: inherit; /* Opera Fix: full background */
	margin: 0;
	/*text-align: center;*/
    font-family: Arial;
}

.bodywrapper
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header
{	    
    display:none;
	height: 81px;
	color: #EEEEEE;
	font-size: 20px;
}

.header .image
{
	float: left;
}

.header .image img { width: 760px; }

.header .text
{
	float: left;
	text-align: left;
	line-height: 100px;
	margin-left: 20px;
}

.headerTable
{
    display: block;
}
.headerTablePrint
{
    display: none;
}