a {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:visited:hover {
	text-decoration: underline;
	color: #660000;
}
a.topmenu	{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.topmenu:hover	{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.dropdownmenu	{
	text-decoration: none;
	color: #000000;
	margin-left: 5px;
}
a.dropdownmenu:hover	{
	text-decoration: underline;
	color: #000000;
}
a.quicklink {
	color: #000000;
	text-decoration: underline;
}
body	{
	text-align: center;
	font-size: 8pt;
	font-family: Trebuchet MS;
	counter-reset: chapter image;
}
div.footer	{
	text-align: center;
}
div.news_content {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
div.quicklink {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.quicklink_header {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
input.submit {
	border: 1px black solid;
	background: transparent;
}
input.text {
	border: 1px black solid;
	font-size: 8pt;
	font-family: Arial;
}
img {
	border: 0px;
}
pre.command_linux {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-top: 5px #D9D9D9 solid;
	border-bottom: 5px #D9D9D9 solid;
	border-left: 5px #D9D9D9 solid;
	background-color: #D9D9D9;
}
span.news_title {
	font-size: 12pt;
	font-weight: bold;
}
table.body_table	{
	width: 90%;
}
table.body_table_content_inner {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
table.body_table_toc	{
	margin-left: 20px;
	height: 20px;
	vertical-align: middle;
}
table.dropdownmenu {
	border: 1px black solid;
	background: #FFFFFF;
	width: 170px;
}
table.news_table {
	border: 1px black solid;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
td	{
	font-size: 8pt;
	font-family: Trebuchet MS;
	vertical-align: top;
}
td.body_table_content	{
	border: 1px black solid;
}
td.body_table_header	{
	border: 1px black solid;
	text-align: center;
}
td.body_table_quicklinks	{
	border: 1px black solid;
	height: 600px;
	width: 15%;
}
td.body_table_toc	{
	text-align: left;
	height: 19px;
	font-size: 8pt;
	vertical-align: middle;
}
td.body_table_main	{
	border: 1px black solid;
}
td.form {
	vertical-align: middle;
}
td.topmenu_	{
	background: #E6E6E6;
	border-bottom: 1px black solid;
	height: 19px;
	width: 85%;
}
textarea.textarea {
	border: 1px black solid;
	font-family: Arial;
	font-size: 8pt;
}









H1.article:before {
	content: "Chapter " counter(chapter) ". ";
	counter-increment: chapter;
}
H1.article {
	counter-reset: section;
}
H2.article:before {
	content: counter(chapter) "." counter(section) " ";
	counter-increment: section;
}
H2.article {
	counter-reset: subsection;
}
H3.article:before {
	content: counter(chapter) "." counter(section) "." counter(subsection) " ";
	counter-increment: subsection;
}
