@charset "utf-8";

/*
	Name         : print.css
*/


body {
	color: #000;
	background: #fff;
}

a:link,
a:visited {
	margin: 0 !important;
	padding: 0  !important;
	color: #000 !important;
	background: #fff !important;
	text-decoration: underline !important;
}

#wrapper {
	width: 100% !important;
	margin: 0 !important;
}

#content {
	border: none !important;
	background: #fff!important;
}

#inner {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 9pt !important;
	line-height: 1.4 !important;
}

.textBox{
	margin: 0 !important;
}

#inner h1 {
	margin: 0 0 1em !important;
}

#inner h2 {
	margin: 1em 0 0.5em !important;
	font-weight: bold !important;
}


#inner h3 {
	clear: both !important;
	height: auto !important;
	margin: 0.5em 0 0.2em 0 !important;
	padding: 0 !important;
	color: #000 !important;
	background: none !important;
	font-size: 11pt !important;
	line-height: 1.4 !important;
}


#inner h4 {
	margin: 0 0 0.5em;
	padding: 0;
	color: #000;
	background: none;
	font-size: 10pt;
	font-weight: bold;
}




ul {
	margin: 0 0 0 0.5em !important;
	padding: 0 1em !important;
}

li {
	margin: 0 !important;
	padding: 0 !important;
}

p {
	margin: 0 0 0.5em 1em !important;
}

div.col2Left {
	float: left !important;
	width: 49% !important;
}

div.col2Right {
	float: right !important;
	width: 49% !important;
}

.dataTable td, 
.dataTable th {
	padding: 0 1em 0 !important;
	border: 1px solid #000 !important;
	text-align:center !important;
}

.dataTable th {
	font-weight: bold !important;
}


div.sendto {
	margin: 10px 0 0;
	padding-top: 5px;
	border-top: 1px solid #999;
}




/* Hidden Objects
--------------------------------------------------*/

#header,
.topicPath,
.pageTop,
#innerLink,
.subMenu,
#mainMenu,
#footer,
.btns,
.separate,
.noPrint {
	display: none !important;
}


/* EOF */
