/* CSS Document */

html, body {
	background: white;
	background-color: white;
	font-size: 12pt;
	margin: 0 0%;
	font-family: "Times New Roman", Times, serif;
	color: black;
	height: auto;
}

/* -------- screensize div is for Firefox -------- */
#screensize { 
			height:auto;
		}
/* -------- for Firefox and IE -------- */
#wrapper_table{
	color: black;
	background: transparent none;
	min-width: 100px !important;
	max-width: 100% !important;
	width: 100% !important;
	height:auto;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
	text-align: left;
}

BODY,TD,TH{
	FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: "Times New Roman", Times, serif;
      TEXT-ALIGN: left;
	FLOAT: left;

}

h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
}

ul, ol, li {
	page-break-inside: avoid;
}

table table,tr,td {
	page-break-before: avoid;
	page-break-after: avoid;
}

.top{
	TEXT-ALIGN: left;
	FLOAT: left;
	WIDTH: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

img {
	border: none;
	width: expression(this.width>620? "620px" : "auto") !important; /* sets max width for images in IE browser - can't seem to get this to work!!! */
	max-width: 620px !important; /* sets max width for images in (good) standards-compliant browsers */
}

#header_container_1 {
    display: none;
}

#header_container_2 {
    display: none;
}

#cim_header {
    display: none;
}

#cim_tools {
    display: none;
}

#cim_footer { 
    display: none;
}

.function-icons, .usefulLinks {
    display: none;
}


