body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 3px 3% 3px 3%;
}

h1 {
	color : White;
	font-size : 20px;
	margin-left : 30px;
	font-weight : bold;
	line-height : 26px;
}

h2 {
	font-size : 18px;
	line-height : 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font-size : 16px;
	line-height : 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

td {
	font-size : 12px;
}

td.leftmenu {
	height : 25px;
	background-image : url(img/grad_dark.gif);
	cursor: pointer;
}

td.leftmenu:hover {
	background-image : url(img/grad_light.gif);
}

td.cellheader {
	height : 25px;
	background-image : url(img/grad_dark.gif);
	font-weight: bold;
	font-size: 16px;
	text-indent: 10px;
	color: White;
}

td.text {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color : Black;
	/*text-decoration: none;*/
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.leftmenu {
	margin-left : 10px;
	color: White;
}

a.leftmenu:hover {
	margin-left: 10px;
	text-decoration: none;
	color: #006400;
}

div.text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	line-height: 16px;
}

div.text:first-line {
	font-weight: bold;
}

div.main_content {
	text-align: justify;
	margin: 1px 10px 1px 10px;
	}

div.table-page {
	}

ul {
	font-size : 12px;
	text-align: left;
	margin-top: 5px;
	list-style-type: square;
}

ol {
	font-size : 12px;
	text-align: left;
	margin-top: 5px;
	list-style-type: decimal;
}

li {
	margin-top: 5px;
	margin-left: -15px;
}

ul.li_justify, ol.li_justify {
	text-align: justify;
}

table.table_left {
	text-align: left;
}

acronym {
	cursor: help;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	margin: 2px 15px 2px 15px;
}
