/* CSS Document */

a {
	color:#0000ff; font-family:Century Gothic; font-size:12px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}


#imax-main-content 
{ 
	width:980px; 
	background-color:white; 
	margin-left:auto; 
	margin-right:auto;
}




#imax-sys-header
{
	background-color:white;
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-sys-footer
{
	background-color:white;
	width:970px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-sys-footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0000ff;
}
#imax-sys-footer a:visited {
	color: #0000ff;
}
#imax-sys-footer a:hover {
	color: #ff0000;
}
#imax-sys-footer a:active {
	color: #0000ff;
}


#imax-site-footer
{
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}

#imax-site-header
{
	width:980px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
	clear: both;
}



#report {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	margin: 5px;
	clear: right;
	float: left;
	width: 950px;
}


#report p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: small;
	color: #333;
	text-align: left;
}

p {

font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#report  a {
	color:#0000ff; font-family:Century Gothic; font-size:12px;
}
#report  a:link {
	text-decoration: underline;
}
#report  a:visited {
	text-decoration: underline;
	color: #0000ff;
}
#report  a:hover {
	text-decoration: none;
	color: #ff0000;
}
#report  a:active {
	text-decoration: underline;
	color: #0000ff;
}


#report h1 {
	font-size: medium;
	color: #000;
	margin-bottom: 10px;
	text-align: left;
}

#report h2 {
	font-size: small;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: left;
}

.credits {
	font-size: small;
	color: #ccc;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#report ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	list-style-type: square;
	text-align: left;
}

.report-img {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: thin solid #333333;
	margin-left: 10px;
}

.report-img-white {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.report-img-left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #333333;
	margin-right: 10px;
}

