@charset "utf-8";
body {
	background-color:#FFFFFF;
	color: #000000;
	font-size: 11pt;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}
img {
	border: 0;
}

/*subtitle*/
#textCont h3,
#textCont h4,
#textCont h5 {
	font-size: 12pt;
}
#textCont h3 {
	color:#000000;
}
#textCont h3 {
	margin: 0;
	padding: 0;
}
#textCont h5 {
	padding-left: 0;
}
#allCont #bodyCont #textCont .subtitle {
	border-top: 3px #000 double;
	border-bottom: 1px #000 solid;
}

/*layout*/
#headCont,
#navCont,
#bodyFlashCont,
#footCont {
	display: none;
}
#allCont,
#headCont,
#navCont,
#bodyCont,
#bodyFlashCont,
#textCont,
#footCont {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
#textCont table {
	width: 90%;
	padding: 5px;
	border: 1px solid #333333;
}
#textCont table th,
#textCont table td {
	padding: 3px;
}
#textCont table th {
	border-bottom: 1px solid #333333;
}

#textCont table td {
	border: 1px dotted #333333;
}
#bodyCont #textCont table.layout,
#bodyCont #textCont table.layout2,
#bodyCont #textCont table.layout tr th,
#bodyCont #textCont table.layout tr td,
#bodyCont #textCont table.layout2 tr th,
#bodyCont #textCont table.layout2 tr td {
	border: none;
}
#bodyCont #textCont table.howto {
	border: none;
	margin: 10px 20px;
	width: auto;
}
#bodyCont #textCont table.howto tr th,
#bodyCont #textCont table.howto tr td {
	border-bottom: 1px #ADA694 solid;
	border-left: none;
	border-right: none;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#bodyCont #textCont table.howto tr th {
	color: #000;
	font-size: 1.2em;
	width: 40%;
}
#bodyCont #textCont table.howto tr td {
	width: 60%;
}
#middle {
	margin-right: 3px;
	vertical-align: middle;
}


