﻿body 
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: small;
}

#header
{
	background-color: #000;
	color: White;
	
	text-align: center;
	font-weight: bold;
	
	font-size: 120%;
	height: 1em;
	vertical-align: middle;
	padding: 0.5em;
}

.global
{
	background-color: #ffffff;
	padding: 0.5em;
}

.navbutton
{
	background-color: #DD0000;
	font-size: 120%;
	color: White;
	font-weight: bold;
}

.optiondescr
{
	font-size: 80%;
	margin-left: 5em;
}

.footer
{
	text-align: right;
	padding: 0.5em;
}

.txthelp
{
	font-size: 60%;
}

.validator
{
	font-size: 70%;
}

.instruction
{
	font-size: 120%;
}

.servicelevelinfo
{
	background-color: InfoBackground;
	font-size: 80%;
}