﻿body 
{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: small;
}

#header
{
	background-color: #F7F7FF;
	color: White;
	
	text-align: left;
	font-weight: bold;
	
	font-size: 120%;
	height: 1em;
	vertical-align: middle;
	padding: 0.5em;
}

.global
{
	background-color: #F7F7FF;
	padding: 0.5em;
}

.navbutton
{
	background-color: #333399;
	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%;
}