@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: sans-serif;
}
img {
	border: 0;
}
hr {
	height: 0;
	visibility: hidden;
	clear: both;
}
form {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
a:hover {
	color: #FF6666;
}

sub, sup {
	vertical-align: baseline;
}
sup {
	position:relative;
	top:-4px
}
sub {
	position:relative;
	top:4px
}



.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}
.floatclear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

#header {
	height: 42px;
	margin: 0;
	padding: 0;
	border-bottom:2px solid #FF9900;
	text-align: right;
}
#header .logo {
	float: left;
}
#header .button {
	margin-bottom: 2px;
}
#breadcrumbs {
	margin: 0;
	padding: 0 6px;
	font-size:12px;
	background-color:#E0E0E0;
	border-top:2px solid #F2F1F3;
	border-bottom:2px solid #CCCCCC;
	text-align: left;
	line-height: 145%;
}
#breadcrumbs a {
	text-decoration:none;
}
#lastupdate {
	padding:0 4px;
	margin: 0;
	height: 18px;
	font-size:10px;
	color:#666666;
	text-align:right
}

#footer {
	font-size: 12px;
	margin:10px 0 10px;
	padding:0;
	clear: both;
}
#footer .logo {
	margin:0 0 2px;
	text-align:right;
	border-bottom:2px solid #FF9900;
}
#footer .email {
	font-size: 12px;
	margin: 3px 6px;
	padding: 0;
	float:left;
}
#copyright {
	font-size: 12px;
	margin: 0 6px;
	padding: 0;
	text-align:right;
}
