body{
	background-image:url(images/topBannerBackground.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin:3px;
	text-align:center;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
}
h2{font-size:1.3em;}
h3{font-size:1.2em;}
h4{font-size:1.1em;}
h5{font-size:1em;}
h6{font-size:0.9em;}

a{color:#006699;}
a:visited{color:gray;}

fieldset{
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:left;
}
fieldset legend{
	margin-bottom:10px;
}
fieldset div{
	display:table-row;
}
fieldset div label{
	display:block;
	float:left;
	width:150px;
}
html>body fieldset div label{
	display:table-cell;
}


th{
	background: #BFDAE0;
}