body {
	background: #fff;
	margin: 0px;
	font: 9pt verdana;
	text-align: center;
}

a {
	color: #22a;
	text-decoration: none;
}
a:hover {
	color: #44e;
	text-decoration: underline;
}

input {
	height: 22px;
}
select {
	height: 22px;
}
input.button {
	font-size: 7pt;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 9pt;
}
p.center {
	text-align: center;
}
p.lastupdated {
	text-align: center;
	font-size: 7pt;
}
p.help {
	margin-left: 18pt;
	margin-right: 18pt;
}
p.links {
	margin-left: 18pt;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul.admin li {
	margin-bottom: 8px;
}

h1 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	background: #fff;
	margin-bottom: 9pt;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 9pt;
}

hr {
	color: #a82;
	height: 1px;
}

form {
	margin: 0px;
}

table, td {
	font-size: 7pt;
}
th {
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
}
iframe {
	border: 1px dashed #f00;
}

div.spacer {
	clear: both;
}
div.float {
	float: left;
	padding: 10px;
	text-align: center;
}
div.caption {
	margin-top: 4px;
	font-size: 7pt;
	text-align: center;
}
div.label {
	width: 130px;
	float: left;
	padding-top: 3px;
}
div.label2 {
	width: 130px;
	float: left;
}
div.note {
	float: left;
	font-size: 7pt;
	color: #860;
}

span.spacer {
	width: 10px;
}

#cookiewarning {
	background: #fff;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 9pt;
}
#wrapper {
	width: 780px;
	text-align: left;
}
#header {
	width: 782px;
	height: 90px;
	border-bottom: 1px solid black; 
	background-position: left;
	background-repeat: no-repeat;
}
#welcomeback {
	padding-bottom: 4px;
}
#body {
	padding: 4px;
}
#footer {
	width: 782px;
	text-align: center;
	font-size: 7pt;
	border-top: 1px solid black;
	padding-top: 4px;
}
#footer a {
	color: #000;
	font-weight: bold;
}
#inxs_searchx {
	background-image: url(../images/search_box.jpg);
	background-repeat: no-repeat;
	display: block;
}

