body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: "Trebuchet MS", Verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #F2F2F2;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#fieldset {
	padding : 0.5em 1em;
	border: 1px outset #88A6DC;
	background-color: #FEFEFE;
}

#fieldset th { 
	font-weight: bold;
	font-size: 11pt;
	color: #000155;
	text-align: center;
}

input.inp { 
	border: 1px outset gray;
	font-size: 10pt;
	background-color: #F7F7F7;
	top: 0px; 
	width: 10em;
	background-color: #F7F7F7;
} 

input.submit {
	border: 1px outset white;
	padding: 0px;
	background-color: #DCDCDC;
	color: navy;
	width: 90px;
} 

br { 
	display: none; 
}

form {
	display: inline;
}

#footer {
	color: Gray;
	font-size: 8pt;
}

#poweredby {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 0px;
}