#content h1 {
	margin: 0;
	border-bottom: #2569A5 solid 1px;
	font-size: 24px;
	font-weight: normal;
	color: #2569A5;
	letter-spacing: 3px;
}

#content h2 {
	margin: 30px 0 10px 0;
	border-bottom: #2569A5 solid 1px;
	font-size: 18px;
	font-weight: normal;
	color: #2569A5;
	letter-spacing: 3px;
}

#content h3 {
	margin: 20px 0 10px 20px;
	border-bottom: #2569A5 dashed 1px;
	font-size: 14px;
	font-weight: bold;
	color: #2569A5;
	letter-spacing: 3px;
}

#content p.subh1 {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 10px;
	color: #2569A5;
	letter-spacing: 4px;
}

#content p {
	margin-left: 20px;
	font-size: 11pt;
}

#content p.sub {
	margin-left: 40px;
}

#content a {
	color: #1A7CD3;
}

#content a:hover {
	color: #00AEFF;
}

#content .sum {
	color: silver;
	font-size: 9pt;
	font-style: italic;
}

#content img {
	border: none;
}


#content table.soft {
	width: 100%;
	color: gray;
	border: none;
}

#content table.soft td {
	border: none;
	border-top: dashed silver 1px;
	vertical-align: middle;
}

#content table.soft tr:first-child td {
	border-top: none;
}


#content p code {
	font-family: "Courrier New", "Lucida Console", monospace, serif;
	color: #1D57A6;
}

code.block, code.shell, code.conf {
	display: block;
	font-family: monospace;
	margin: 10px 0 10px 40px;
	padding: 5px 10px 5px 10px;
	min-height: 18px;
	border: silver dashed 1px;
	background: #f1f1f1;
	font-size: 9pt;
}

#content code.shell {
	background: #424242 url(../img/code_shell.png) no-repeat bottom right;
	color: white;
	border: gray solid 1px;
	border-left: gray solid 4px;
}

#content code.conf {
	background: #f1f1f1 url(../img/code_conf.png) no-repeat bottom right;
}

#content table {
	border-collapse: collapse;
}

#content table td, #content table th {
	padding: 2px 10px 2px 10px;
	border: gray dashed 1px;
}

#content table th {
	background-color: #f1f1f1;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: gray;
	letter-spacing: 2px;
}

#footer a {
	text-decoration: none;
	color: gray;
}

#footer a:hover {
	text-decoration: underline;
}
