body {
	margin: 0px;
	padding: 0px;
	background: #FEFEFE url('images/body_back.gif') repeat;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

form, table, td, tr, th, p, div, span, input, select, textarea, dd, dt, dl, ol, ul, h1, h2, h3, h4, h5, h6, hr, br {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}

div.header {
	height: 31px;
	border-top: 18px solid #EFEFEF;
	border-bottom: 1px solid #000000;
	text-align: right;
}
div.header h1 {
	line-height: 30px;
	padding-right: 8px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: 1px solid #000000;
	background: #000000 url('images/section_back.gif') repeat;
}

div.image {
	position: relative;
	width: 100%;
	height: 352px;
	max-height: 352px;
}
div.image span {
	position: absolute;
	top: 185px;
	left: 0px;
	width: 100%;
	text-align: center;
}
div.image div {
	margin: 0px;
	padding: 0px;
	float: left;
	width:100%;
	height:100%;
}

div.iframe {
	padding: 10px;
	background: #000000;
}
iframe.iframe {
	width: 100%;
	height: 331px;
	border: 1px solid #000000;
	background: #FEFEFE;
}
p.odd {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	background-color: #FFFAF2;
	font-weight: bold;
}
p.even {
	margin: 0px;
	padding: 1px;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
p.error {
	margin: 0px;
	padding: 1px;
	width: 100%;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
}

div.footer {
	height: 19px;
	border-top: 1px solid #000000;
	color: #000000;
	background-color: #EFEFEF;
}
div.footer p {
	line-height: 10px;
	padding: 5px 10px;
	text-align: right;
	font-size: 10px;
}
div.footer p a {
	color: #000000;
	text-decoration: underline;
}
div.footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
