html
{
}

body, html
{
	margin: 0;
	padding: 0;
}

body
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

body.screen
{
	background-color: #808080;
	height: 100%;
}

body.print
{
	background-color: #ffffff;
}

body.screen .page
{
	margin: 0 auto;
	width: 782px;
	background-color: white;
	background-image: url(../images/pageBackground.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body.print .page
{
}

img.pageBorderTop
{
	display: block;
	width: 782px;
	height: 4px;
}

img.pageHeader
{
	display: block;
	width: 780px;
	height: 142px;
	margin-left: 1px;
}

.block
{
	display: block;
}

div.introImage
{
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
}

h1 {font-size: 20px; font-weight: bold; color: #3366ff; margin-top: 0px; margin-bottom: 4px;}
h2 {font-size: 14px; font-weight: bold; font-style: italic; color: #6699ff; margin-top: 0px; margin-bottom: 0px;}
h3 {font-size: 14px; font-weight: bold; color: #3366ff; margin-top: 24px; margin-bottom: 8px;}
h4 {font-size: 12px; font-weight: bold; color: #3366ff; margin-top: 0px; margin-bottom: 8px;}

.heading
{
	margin-top: 0px;
	margin-bottom: 24px;
}

.headingDate
{
	font-size: 12px;
	font-weight: bold;
	color:#3366ff;
	margin-top: 0px;
	margin-bottom: 8px;
}

body.screen .content
{
	padding-top: 16px;
	padding-left: 180px;
	padding-right: 16px;
	padding-bottom: 0;
	width: 584px;
	clear: both;
	min-height: 820px;
	height: auto !important;
	height: 600px;
}

body.print .content
{
	padding: 16px;
	width: 584px;
}

.content p
{
	text-align: justify;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.content p.alignLeft
{
	text-align: left;
}

.content p.alignCenter
{
	text-align: center;
}

.content p.alignRight
{
	text-align: right;
}

.content ul
{
	list-style: disc;
	margin: 0px;
	margin-left: 16px;
	margin-bottom: 8px;
	padding: 0px;
}

.content ul ul
{
	margin-bottom: 0px;
}

.content ol ul
{
	margin-bottom: 0px;
}

.content ol
{
	list-style: decimal;
	margin: 0px;
	margin-left: 22px;
	margin-bottom: 8px;
	padding: 0px;
}

.content ul ol
{
	margin-bottom: 0px;
}

.content ol ol
{
	margin-bottom: 0px;
}

.content li
{
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
}

.content a
{
	color: #3366ff;
	text-decoration: underline;
}

.content a.target
{
	text-decoration: none;
}

.content h3 a.target
{
	color: #3366ff;
}

.content div.abstract
{
	margin-bottom: 24px;
}

.content div.abstract p
{
	color: #666666;
	font-weight: bold;
}

.content div.floatLeft
{
	float: left;
	text-align: center;
	padding-right: 8px;
	padding-bottom: 8px;
}

.content div.floatRight
{
	float: right;
	text-align: center;
	padding-left: 8px;
	padding-bottom: 8px;
}

.content div.floatTextPart
{
	width: 200px;
}

/* ########################################################################## */

.content table.twinText
{
	padding: 0px;
	margin: 0px;
}

.content td.twinLeft
{
	vertical-align: top;
	width: 284px;
	padding: 0px;
	padding-right: 4px;
	margin: 0px;
}

.content td.twinRight
{
	vertical-align: top;
	width: 284px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 2px;
	margin: 0px;
}

.content div.twinImage
{
	width: 284px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* ########################################################################## */

.navigation
{
	position: absolute;
	left: 12px;
	top: 160px;
	width: 148px;
}

.navigationSeparator
{
	padding: 0px;
	margin: 0px;
	margin-top:12px;
	margin-bottom:12px;
	border-top: 1px dashed #6699ff;
	width: 140px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.navigation ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

.navigation li
{
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: normal;
}

.navigation li.active
{
	font-weight: bold;
}

.navigation a
{
	font-size: 12px;
	color: #3366ff;
	text-decoration: none;
}

.navigation a:hover
{
	text-decoration: underline;
}

.navigation strong
{
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
}

.navigation img.teaser
{
	display: block;
}

/* ########################################################################## */

.search
{
	width: 140px;
}

.search input.query
{
	width: 134px;
	margin-bottom: 4px;
}

.search input.button
{
	position: relative;
	float: right;
}

.search img
{
	border: none;
	width: 54px;
	height: 19px;
}

/* ########################################################################## */

ul.crossIndex
{
	list-style: none;
	margin: 0px;
	padding-top: 16px;
	padding-left: 0px;
	padding-bottom: 16px;
	padding-right: 0px;
}

ul.crossIndex li
{
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}

ul.crossIndex a
{
	font-size: 12px;
	color: #3366ff;
	text-decoration: none;
}

ul.crossIndex a:hover
{
	text-decoration: underline;
}

/* ########################################################################## */

table.regular
{
	border-collapse: collapse;
	margin-top: 24px;
	margin-bottom: 24px;
}

table.regular p
{
	margin: 0px;
	padding: 0px;
}

table.regular th,
table.regular td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}

table.regular th
{
	font-weight: bold;
	background-color: #69f;
	color: #fff;
}

table.regular .alternate td
{
	background-color: #f1f5ff;
}

table.regular td
{
	background-color: #fff;
	color: #000;
	border-bottom: 1px dashed #6699ff;
}

table.separateColumns td.alternate
{
    background-color: #fff;
}

table.separateColumns td
{
	background-color: #f1f5ff;
}

/* ########################################################################## */

div.printPageHeader
{
	width: 580px;
	font-size: 10px;
	border-bottom: 1px dashed #6699ff;
	padding-top: 4px;
	margin-bottom: 32px;
}

/* ########################################################################## */

div.footer
{
	position: relative;
	left: 0px;
	width: 580px;
	font-size: 10px;
	border-top: 1px dashed #6699ff;
	margin-top: 80px;
	padding-top: 4px;
	clear: both;
}

div.footer span.shortcut
{
	font-size: 12px;
	font-weight: bold;
	color: #3366ff;
}

div.footer a
{
	text-decoration: none;
}

div.footer a:hover
{
	text-decoration: underline;
}

div.footer div.copyright
{
	position: absolute;
	left: 290px;
	width: 290px;
	text-align: right;
}

div.footer p.note
{
	text-align: justify;
	margin-top: 32px;
	font-size: 10px;
}

.mark
{
	font-family: Courier New, Courier, monospaced;
	font-weight: bold;
}

br.clear
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

img.mimeType
{
	width: 16px;
	height: 16px;
	border: none;
}

/* ########################################################################## */

div.download a
{
	font-size: 12px;
	font-weight: bold;
}

/* ########################################################################## */

a.illustratedLink
{
	position: relative;
	margin-bottom: 16px;
	height: 90px;
	clear: both;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-color: #ffffff;
	clear: both;
	width: 580px;
	padding-bottom: 16px;
}

a.illustratedLink:hover
{
	background-color: white;
}

a.illustratedLink img
{
	display: block;
	float: left;
	padding-right: 12px;
}

a.illustratedLink span
{
	width: 430px;
	height: 72px;
	display: block;
	font-size: 12px;
	color: #000000;
	padding: 8px;
	float: right;
	text-align: justify;
	border: 1px solid #ffffff;
}

a.illustratedLink:hover span
{
	border: 1px dashed #6699ff;
}

/* ########################################################################## */

a.blockLink
{
	display: block;
	color: #000000;
	text-decoration: none;
	margin-bottom: 24px;
}

a.blockLink .date
{
	font-size: 12px;
	font-weight: bold;
	color:#6699ff;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}

a.blockLink h3
{
	color: #3366ff;
	margin-top: 0px;
	margin-bottom: 4px;
}

/* ########################################################################## */

.sitemap
{
}

.sitemap ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}

.sitemap li
{
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: normal;
}

.sitemap li
{
	font-weight: bold;
}

.sitemap li li
{
	font-weight: normal;
}

.sitemap a
{
	font-size: 12px;
	color: #3366ff;
	text-decoration: none;
}

.sitemap a:hover
{
	text-decoration: underline;
}
