body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 5px;
}
table, tr, td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
h1, h2, h3, h4 { font-weight: normal; margin: 0px; padding: 0px; }
h3 {
   font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
h3.panel_closed {
	background: transparent url(../images/icon_arrow_right.gif) no-repeat left;
	padding: 0 0 0 12px;
	cursor: pointer;
}
h3.panel_opened {
	background: transparent url(../images/icon_arrow_down.gif) no-repeat left;
	padding: 0 0 0 12px;
	cursor: pointer;
}
a.panel_closed {
	background: transparent url(../images/icon_arrow_right.gif) no-repeat left;
	padding: 0 0 0 12px;
	cursor: pointer;
}
a.panel_opened {
	background: transparent url(../images/icon_arrow_down.gif) no-repeat left;
	padding: 0 0 0 12px;
	cursor: pointer;
}
p { margin: 0 0 8px 0; }
p.highlight select { display: none; }
p.highlight input { display: none; }
p.highlight table, p.highlight td {	border: none; }
p.highlight img {	display: block; margin: 5px 0 5px 6px; }
p.highlight span.sponsor {
	display: block;
	margin: 4px 0 4px 6px;
	padding: 0 0 0 0;
}
p.highlight iframe {
	width: 162px;
	height: auto;
	display: block;
	margin: 0 0 8px 0;
	position: relative;
	overflow: hidden;
}
div#middle iframe {
	width: 400px;
	height: auto;
	display: block;
}
a {
	color: #1472C1;
	text-decoration: none;
}
a:hover {
	color: #F98612;
	text-decoration: underline;
}
select.intextselect {
	vertical-align: middle;
	margin: 2px 0 0 0;
}
option.disabled {	color: #a6a6a6; }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1472C1;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 4px 0;
	padding: 1px;
	border-bottom: 1px solid #ccc;
}
h2.noline {	border-bottom: none; }
/* useroptions in FireFox */
html>body #useroptions {
	/*width: 320px;*/
	text-align: right;
	padding: 3px 0px 3px 8px;
}
#useroptions img {
	vertical-align: middle;
	border: none;
	float: none;
	display: inline;
	margin: 0 4px 0 0;
}
#info {
	display: none;
	position: absolute;
	z-index: 999;
	right: 2px;
	top: 25px;
	width: 420px;
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
}
#banner {
	float: right;
	width: 468px;
	height: 60px;
	position: absolute;
	top: 28px;
	right: 6px;
	z-index: 99;
}
#banner img { border: 1px solid #000; }
div.help {
	margin: 0;
	padding: 8px 8px 1px 42px;
	background: #D3E5FA url(../images/icon_help.gif) 10px 8px no-repeat;
}
div.warning {
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: 10px solid #f00;
	background: #FFCCCC url(../images/icon_error.gif) 10px 10px no-repeat;
	height: 140px;
}
div.warning p {
	margin: 0;
   padding: 0px 0px 0px 30px;
	font: 18px bold Arial, Helvetica, sans-serif;
	color: #000;
	background-color: transparent;
}
div.info {
	margin: 0;
	padding: 8px 8px 1px 42px;
	background: #D3E5FA url(../images/icon_info.gif) 10px 8px no-repeat;
}
div.help p, div.info p {
   padding: 2px 4px 2px 4px;
	background-color: #fff;
}
div.layoutitem {
	border: 1px dashed #D7D7D7;
	margin: 0 0 10px 0;
	padding: 4px;
}
div.layoutitem h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
div.layoutitem p.button {
	text-align: right;
	margin: 0;
	padding: 0;
}
#content table.newscolumns { width: 100%; }
#content table.newscolumns td {
	width: 50%;
	padding: 0px 4px 0px 4px;
}
#content div.abstract {	margin: 0 0 10px 0; }
div.dynamicoutput h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #f00;
	text-decoration: blink;
}
.error {
	color: #f00;
	font-weight: bold;
}
.hidden { display: none; }