@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF;
	font-size: 12pt;
}

#content {
	width: 80%;
	border: 2px dashed #0158A6;
	font: 0.8em "Times New Roman", Times, serif;
	background-color: #FFF;
	margin-right: 10%;
	margin-left: 10%;
}

.footer{
	color: #FFFFFF;
}

#table, #container, #banner, #banner img, #left, #footer, #right{
	display: none;
}

#content .code{
	background-color: #FFF;
	color: #000;
	font: 0.8em "Lucida Console", "Courier New", Courier, monospace;
}
#content .plaincode{
	color: #000;
	font: 0.8em  "Courier New", "Lucida Console", Courier, monospace;
	background-color: #FFF;
}

#content .impcode{
	font-size: 0.8em;
	background-color: #FFF;
	font-weight: bold;
	font-style: italic;
}

#content .inlinewarning {
	background-color: #FFF;
	font-weight: bold;
	font-style: italic;
	}

#content .inlineimp {
	background-color: #FFF;
	font-weight: bold;
	font-style: italic;
}
#content .tip{
	width: 80%;
	border: 2px dashed #0158A6;
	font: 0.8em "Times New Roman", Times, serif;
	background-color: #FFF;
	margin-right: 10%;
	margin-left: 10%;
}

#content .warning{
	font: 0.8em "Times New Roman", Times, serif;
	background-color: #FFF;
	border: 2px dashed #F00;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#content h3{
	font-size: 1em;
}
#content h4{
	font-size: .9em;
	}
#content h5{
	font-size: 1em;
	}
#content p{
	font: 11pt/15pt "Times New Roman", Times, serif;
	color: #000;
}

#content h2.itemhead {
	background: #036;
}
#content dl{
	font-family: "Times New Roman", Times, serif;
}

#content dt{
	color: #036;
	font-family: "Times New Roman", Times, serif;
}

#content ul, #content ol {
	font: 100% "Times New Roman", Times, serif;
	}

#content caption{
	margin-bottom: 5px;
	font: 11pt "Times New Roman", Times, serif;
	width: 100%;
	color: #036;
	}

#content .tableborder{
	font: 0.9em "Times New Roman", Times, serif;
}

#content .tabulartable{
 	border: 1px solid #666;
	border-right-width: 0;
	width: 100%;
}

#content .tabulartable td{
	border-bottom: 1px solid #666;
 	border-right: 1px solid #666;
 	border-collapse: collapse;
}

#content td{
	color: #000;
	font: .9em "Times New Roman", Times, serif;
}

#articlecontent th{
	background-color: #FFF;
	font: 1em "Times New Roman", Times, serif;
	border-right: 1px solid #036;
	
}
#articlecontent .colth{
	border-right: 1px solid #666;
	color: #000;
 }

#articlecontent legend{
	font: 1.0em bold "Times New Roman", Times, serif;
	color: #000;
}

#printlogo{
	display: block;
}
