body
{
	background-color: Black;
	font-family: Arial;
	font-size: 68.75%;
}

body.LargeText
{
	font-size: 75.5%;
}

span.OnlyWhenLargeText
{
	display: none;
}

body.LargeText span.OnlyWhenMediumText
{
	display: none;
}

body.LargeText span.OnlyWhenLargeText
{
	display: inline;
}

@media print
{
	body
	{
		background-color: White;
	}
}

h1
{
	/*font-size: 17pt;*/
	font-size: 2.1em;
	line-height: normal;
}

a
{
	text-decoration: none;
}

img.Fixed
{
	display: block;
	position: fixed;
	z-index: -1;
}

img.Block
{
	display: block;
	vertical-align: top;
}

img#TopLeft
{
	left: 0;
	top: 0;
	width: 480px;
	height: 73px;
}

img#BottomRight 
{                 
	bottom: 0;         
	right: 0;         
	width: 480px;
	height: 210px;
}

div#Center
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 20px;
}

#Page
{
    background-color: White;
    width: 960px;
}

div#Content
{
	position: relative;
	z-index: 1;
	padding: 20px;
	line-height: 120%;
	overflow: auto;
	min-height: 400px;
}

input.Blur
{
	color: gray; 
}

div.Container
{
	overflow: auto;
}

span.Column
{
	display: inline-block;
}

div#Toolbar
{
	float: right;
	margin-top: -10px;
}

@media print
{
	div#Toolbar
	{
		display: none;
	}
}

div#Toolbar > *
{
	margin-left: 3px;
}

 /* Til jQuery */
a.NewWindow, input.FocusText 
{}
