body{
	text-align:left;
	line-height:1.5;
	font-size:11pt;
	margin:0px;
}

span.eng{font-family:"Verdana"}
a:link {color:#000000;text-decoration:none}
a:visited {color:#000000;text-decoration:none}
a:hover {color:white;background-color:#000000;text-decoration:none}
a.image:hover {background-color:#ffffff;}

h1{
	display:none;
	width:0px;
	height:0px;
}
h2{
	text-align:center;
	font-size:12pt;
	width:90%;
	margin:10px 10px 10px 10px;
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}
h3{
	color:black;
	padding:0px;
	text-align:left;
	margin:2px 2px 2px 10px;
	font-size:12px;
}

div.menu{
	top:5px;
	width:100px;
	height:90%;
	position:absolute;
	left:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

div.center{

	position:absolute;
	left:200px;
	width:550px;
}


div.left{
	width:350px;
	position:absolute;
	left:0px;
}
div.right{
	width:350px;
	position:absolute;
	left:370px;
}

p{
	padding:0px 5px;
	width:100%;
}

p.menu{
	width:170px;
	margin:0px;
	padding:0px 0px 0px 20px;
	text-align:left;
	font-size:12px;
	cursor:pointer;
}

ul{
	padding:0px 3px 0px 20px;
	margin:0px 0px 0px 40px;
	width:80%;
}
li{
	padding:0px 3px 0px 20px;
	margin:0px;
}

table	{
	margin: 5px;
	table-layout: auto;
	width:80%;
	font-size:10pt;
}
td	{
	padding:3px 5px 3px 5px;
	text-align:center;
	line-height: 130%;
	border: solid #000000 1px;
	font-size:10pt;
}
th{
	text-align:center;
	margin:0px;
	padding:3px 5px 3px 10px;
	font-size:10pt;
	border: solid #000000 1px;
}
th.corner{
	font-size:10pt;
}


dl{
	margin-left:10px;
	width:100%;
}

dt{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	margin:0px 0px 0px 0px;
	font-weight:bold;
}

dd{
	margin:0px 0px 0px 20px;
}
