BODY { 
	color: #000000; 
	font-family: Arial CE, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align: justify;
	margin: 5px 5px 5px 5px; 
	line-height: 20px;
	}

A { text-decoration: none; }
A:LINK { color: #000000; }
A:ACTIVE { color: #000000; }
A:VISITED { color: #000000; }
A:HOVER { color: #000000; text-decoration: underline;  }

.bialy { text-decoration: none; }
.bialy:LINK { color: white; }
.bialy:ACTIVE { color: white; }
.bialy:VISITED { color: white; }
.bialy:HOVER { color: #000000; text-decoration: underline;  }

.text {
	margin-left: 115px;
	margin-right: 115px;
}

.layout-page {
	background-color: #f7f6f6;
	width: 570px;
	margin-left: 30px;
	padding: 5px;
	margin-bottom: 0px;
}

.cite {
	margin-left: 200px;
	margin-right: 200px;
	border: 1px dotted #000000;
	padding: 20px
}

H1 {
   font-family: Arial CE, Arial, Helvetica, sans-serif; 
	font-size: 25px;
	color: #e75201;
	margin-left: 15px;
	font-weight: normal;
}

.data {
	margin-left: 115px;
	font-size: 10px;
	color: #000000;
}

P { 
text-indent: 50px;

}

#menu0 dt {
	cursor: pointer;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

