html{
	overflow:auto;
}

body{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:"Verdana";
	font-size: 12px;
	overflow:auto;
}

img{ 
	margin:0px;
	padding: 0px;
	border: 0px;
}

h1{
	font-size: 20px;
	font-weight:bold;
}

h2{
	font-size: 18px;
	font-weight:bold;
}

h3{
	font-size: 16px;
	font-weight:bold;
}

p{
	font-size: 12px;
}

fieldset{
	margin-top:15px;
	padding-top:10px;
	width: 80%;
}

legend{
	color:#5E81C8;/* this just makes the colour the same for browsers (it's IE's default colour) */
}

a.launchLink {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding: 5px;
	text-decoration: none;
}

#settingsholder{
	left:35px;
	top:25px;
	position:absolute;
}

#flashcontent{
	border: none;
	width: 10px;
	height: 10px;
	margin: 0px 0px;
	position: absolute;
	overflow: hidden;
}

#footnote{
	font-size:10px;
	font-style: italic;
	padding-top: 20px;
	width:80%;
}

#launchbuttons{
	padding-top: 20px;
}

.formitem
{
	font-family: "Verdana";
	font-size: 13px;
}