﻿html
{
	overflow:scroll;	
}

body
{
	font-family:Tahoma;
	font-size: 8pt;
	margin-top:0px;
	color: #333333;
}

/* *** HEADERS, TEXT, LINKS *** */

.header1
{
	font-size: 14pt;
	color: #003259;	
}

.header2
{
	font-size: 12pt;
	color: #003259;	
}

.header3
{
	font-size: 10pt;
	color: #003259;		
}

.header4
{
	font-size: 9pt;
	color: #003259;		
}

.header5
{
	font-size: 7pt;
	color: #003259;		
}

span.LightText
{
	color:#AAAAAA;
}


a.LinkSelected
{
	color: #003259;
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;		
}

a.Link
{
	color: #AAAAAA;
	font-size: 8pt;	
	font-weight: normal;		
	text-decoration: none;
}

a.Link:hover
{
	color: #003259;
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;		
}

a.LinkWhite
{
	color: #FFFFFF;
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;
}

a.LinkWhite:hover
{
	color: #DDDDDD;
	font-size: 8pt;	
	font-weight: normal;
	text-decoration: none;
}

/* *** END HEADERS, TEXT, LINKS *** */

#sitediv
{
	width: 540px;
    margin-left:0px;
    margin-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;	
}

#divTop
{
	position:relative;
	display:none;
}

div.topmenu
{
	position:relative;
    display:none;
}

td.LeftMenu
{
	position:relative;
	width:0px;
	height:auto;
}

div.LeftMenu
{
	position:relative;
	display:none;
}

td.CenterRight
{
	background-color:#FFFFFF;
	width: 0px;	
	height:auto;
}

#divCenterRight
{
	display:none;	
}

#Bottom
{
	display:none;
}