﻿div.HEADERTOP
{
	width: 980px;
	height: 165px;

	position: relative;
	direction: ltr;
}

div.HEADERTOPLEFT
{
	padding-top: 35px;
    position: relative;
	display: table-cell; 
    float: left;
	left: 0px;
}

div.HEADERTOPRIGHT
{
    position: relative;
	display: table-cell; 
    float: right;
	top: 0px;
	left: 0px;
}

div.HEADERMIDDLE
{
	position: relative;
	text-align: left;
	direction: ltr;
	background-color: #000000;
	color: #FFFFFF;
	
	height: 27px;
	width: 980px;
}

table.HEADERBOTTOM
{
}

td.HEADERBOTTOMLEFT
{	
}

td.HEADERBOTTOMRIGHT
{
}

