/* CSS Document */

#imax-main-content a {
	color:#fff; font-family:Century Gothic; font-size:12px;
}
#imax-main-content a:link {
	text-decoration: underline;
}
#imax-main-content a:visited {
	text-decoration: underline;
	color: #fff;
}
#imax-main-content a:hover {
	text-decoration: none;
	color: #0EA5F6;
}
#imax-main-content a:active {
	text-decoration: underline;
	color: #fff;
}




#imax-main-content 
{ 
	width:980px; 
	background-color:#2A55BA; 
	margin-left:auto; 
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #fff;
}




#imax-sys-header
{
	background-color:#2A55BA;
	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: #000;
}
#imax-sys-footer a:visited {
	color: #0EA5F6;
}
#imax-sys-footer a:hover {
	color: #0EA5F6;
}
#imax-sys-footer a:active {
	color: #000;
}


#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: #fff;
	text-align: left;
}

#report  a {
	color:#fff; font-family:Century Gothic; font-size:12px;
}
#report  a:link {
	text-decoration: underline;
}
#report  a:visited {
	text-decoration: underline;
	color: #0EA5F6;
}
#report  a:hover {
	text-decoration: none;
	color: #fff;
}
#report  a:active {
	text-decoration: underline;
	color: #0EA5F6;
}


#report h1 {
	font-size: medium;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
}

#report h2 {
	font-size: small;
	color: #fff;
	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 #0EA5F6;
	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 #0EA5F6;
	margin-right: 10px;
}

