﻿.disclaimer {
	display: block;
	margin: 50px auto 0px auto;
	width: 620px;
	font-size: 12px;
	line-height: 18px;
	min-height: 500px; /* Firefox */
}

.disclaimer H2 {
	text-align: center;
	clear: both;
}

* html .disclaimer /* Internet Explorer */ {
	height: 500px;
}

.disclaimer .disclaimerButtonArea {
	margin: 0px auto;
	width: 500px;
	clear: both;
}

.disclaimer .disclaimerButtons {
	margin: 0px auto;
	width: 300px;
	height: 24px;
}

.disclaimer .buttonAreaTop {
	text-align: center;
	margin-bottom: 10px;
}

.disclaimer .buttonAreaBottom {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

.disclaimer .footNote {
	text-align: center;
	font-size: 10px;
	margin-top: 30px;
}

.disclaimer .no {
	text-align: center;
}

.disclaimer a:hover {
	font-weight: bold;
	background-color: #fafafa;
}

.disclaimer .acceptButton {
	float: left;
}

.disclaimer .declineButton {
	float: right;
}

.disclaimer .headerAcceptButton {
	float: right;
}

.disclaimer .textHeader {
	float: left;
}

.disclaimer .headerArea {
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

.disclaimer .horizontalLine {
	clear: both;
	border-bottom: 3px solid #EFEFEF;
	padding-top: 10px;
}

.disclaimer .headerImage {
	float: left;
	margin-right: 10px;
}

.disclaimer .contentImage {
	float: left;
	margin-right: 10px;
	max-height: 400px;
}

.disclaimer .text {
	max-height: 400px;
	overflow: auto;
}

* html .disclaimer .text
{
	height:expression(this.scrollHeight > 399 ? "400px" : "auto" ); /* sets max-height for IE6 */
	/* Note that the two numbers must be different, otherwise they may trigger a new bug! */
}

#page {
	background-color: #fff;
	margin: auto;
	width: 995px; 
	float: left;
}

.disclaimer .left,
.disclaimer .floatLeft
{
	float: left;
}

.disclaimer .bold,
.disclaimer .newsH3
{
	font-weight: bold;
}

.disclaimer p,
.disclaimer td,
.disclaimer .dwsText,
.disclaimer .errorText
{
	padding: 0px 0px 10px 0px;
	line-height:16px;
	color:#666;
}

.disclaimer h1,
.disclaimer h2,
.disclaimer .dwsH1,
.disclaimer .dwsH2
{
	margin: 0;
	font-family: Arial;
	color: #0A3D79;
}

.disclaimer h2,
.disclaimer .dwsH2
{
	padding: 0px 0px 15px 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

.disclaimer .hide,
.disclaimer .hidden,
.disclaimer .doNotDisplay
{
	display:none;
}

.disclaimer h4,
.disclaimer .dwsH4
{
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}