body
{
	font-family:Verdana;
	font-size:small;
}

div.fixedMenu
{
	margin: 0;
	font-size: 100% /*smaller*/;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	position: fixed;
	top: 2em;
	left: auto;
	width: 8.5em;
	right: 2em;
	border-width:3px;
	border-style:solid;
	border-color:#777777;
	background-color:beige;
	padding:10px;
}

span.formLabel
{
	font-size:medium;
}

a.formLabel
{
	font-size:x-small;
}

label.formLabel
{
	font-size:x-small;
}

span.error
{
	color:red;
	font-weight:bold;
}

td
{
	vertical-align:top;
}

input
{
	font-size:x-small;
}

select
{
	font-size:x-small;
}

h1
{
	font-size: 24px;
	font-family: "Verdana";
	font-style: bold;
	
}

h2
{
	font-size: 18px;
	font-family: "Verdana";
	font-style: light;
}

h2.error
{
	color:red;
}