h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9C9C;
	text-align:justify;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	margin-left: 5mm;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	margin-left: 10mm;
}
p, li, td {
	font-size: 12px;
	color: #333333;
	margin-left: 10mm;
	margin-right: 10mm;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("img/back.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
.smalllink
{
	font-size: 10px;
}
.code-remark {
	font-family: "Courier New", Courier, mono;
	color:#009900;
}
.code-command {
	font-family: "Courier New", Courier, mono;
	color:#0000FF;
}
.lnk {  text-decoration: none; color: #000000; }
.lnk:hover { text-decoration: underline }
.menu:link
{
	padding: 3px;
}
.menu:hover
{
	padding: 3px;
	background: #005191;
}
.menu
{
	padding: 3px;
}
