/* ------------- css for print appearance and visibility ---------------------*/

/* -------- Reset ALL browsers -------- */

/*html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img { 
	margin: 0px; 
	border: 0px; 
	padding: 0px;
}


/* ----------- redefine html tags --------------------*/


a {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	width: auto;
}
img {
	border-style: none;
}


h1 {
	color: #003366;
	background: transparent;
	border-bottom: 1px solid #003366;
	margin-bottom: 0.2em;
	font-size: 1.8em;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1em;
	color: #990000;
	background-color: transparent;
}
h4 {
	background-color: transparent;
	color: #666666;
}



ul {
	font-size: 1em;
	margin-left: 16px;
}

li {
	font-size: 1em;
	padding-right: 3px;
}
td, th {
	color: #000000;
	background-color: transparent;
}


/* ----------- Set display --------------------*/
.xPrint {
	display: none;
}
.xxx {
	display: none;
}

.printOnly {
}

.pageXa {
	page-break-after:always
}
.pageXb {
	page-break-before:always
}

h1#header {
	font: bold 36px "Times New Roman", Times, serif;
	color: #CC0000;
}
#printHeader, #printHeader a {
	color: #828AB0;
	background-color: #FFFFFF;
}
#printHeader {
	font-size: 75%;
	display: block;
	margin-bottom: 18px;
}
#printHeader br {
	clear: left;
}
#printHeader .l {
	width: 5em;
	float: left;
	margin-left: 80px;
}
#printHeader .d {
	width: auto;
	float: left;
}

#contentHolder {
	width: 100%;
}
#footerHolder {
	font-size: 76%;
	background-color: transparent;
	color: #666666;
	clear: left;
	float: left;
	margin: 28px 0px 0px;
	border-top: 1px solid #000000;
}

#footerHolder ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	float: left;
}
#footerHolder li {
	float: left;
	margin: 6px 12px 6px 0px;
}
.iconspan {
	display: none;
}

/* ---- Object positioning ---------- */

.iH {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.iHr {
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.imgL {
	float: left;
	display: inline;
	margin: 8px 18px 8px 0px;
}
.imgR {
	display: inline;
	float: right;
	margin: 8px 0px 8px 18px;
}


.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
	display: block;
}

/* ------------ format styles ------ */
.snglSpc {
	margin-top: -12px;
	margin-bottom: 12px;
}

#contentHolder ol {
	list-style: decimal;
}

#contentHolder ol ol {
	list-style: lower-roman;
}
#contentHolder ol ol ol {
	list-style: lower-alpha;
}
.top {
	display: none;
}
