/*--------------------------------------------------
	GENERAL
--------------------------------------------------*/
body {
	background: white;
	font-size: 12pt;
	color: #000;
}
address		{
	font: normal 10pt Verdana, sans-serif;
	vertical-align: middle;
}
address a 	{
	color: #000;
	text-decoration: none;
}
#header h1 span, #lang, #leftcol, #rightcol, #footer, ul.options {
	display: none;
}
h1, h2, h3, h4	{
	page-break-after: avoid;
}
.clear {	clear: both; font-size: 0px;}
/*--------------------------------------------------
	HEADER
--------------------------------------------------*/
#header {
	position: relative;
	display: block;
	text-align: left;	
}
#header h1	{
	font: normal 34pt/40pt Times, Georgia, serif;
}
/*--------------------------------------------------
	CONTENT
--------------------------------------------------*/
#box1, #box2, #box {
	display: block;
	position: relative;
	margin: 0;
	margin-top: 24pt;
	padding: 0;
	list-style-type:none;
}
#content h1, #content h2, #content h3, #content h4	{
	color: #333;
	text-align: left;
	letter-spacing: 0.2pt;
}
#content h1	{
	font: bold 24pt/30pt Times, Georgia, serif;
}
#content h2	{
	font: bold 20pt/30pt Times, Georgia, serif;
}
#content h3	{
	font: bold 18pt/30pt Times, Georgia, serif;
}
#content h4	{
	font: bold 16pt/30pt Times, Georgia, serif;
}
#content p.abstract	{
	font: oblique 12pt/20pt Georgia, Times, serif;
	color: black;
	text-align: left;
} 
#content p	{
	font: normal 12pt/20pt Verdana, sans-serif;
	color: black;
	text-align: justify;
} 
#content a:link, #content a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/*--LISTS------------------------------------------*/
li.mid ul, li.mid ol {	
	font: normal 12pt/20pt Verdana, sans-serif;
	color: black;
	text-align: left;
}
li.mid ul	{	list-style-type: circle;}
li.mid ul	ul	{	list-style-type: disc;}
li.mid ul	ul ul	{	list-style-type: square;}
li.mid ol	{	list-style-type: upper-roman ;}
li.mid ol	ol	{	list-style-type: lower-alpha;}
li.mid ol	ol ol	{	list-style-type: decimal ;}

img		{
	border: 1pt solid black;
	margin: 8pt;
}
img.lef	{
	float: left;
	margin-right: 24pt;
}
img.rig	{
	float: right;	
	margin-left: 24pt;
}