body {
    font: 16px Helvetica, sans-serif;
}

line {
	stroke-width: 4;
}
.titlediv {
	position: absolute; 
	top:0px; 
	left: 10px; 
	width: 780px; 
	height: 50px;
	background-color: #5B92E5;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: white;
}

.titlep {
	text-align: center; 	
	font-weight: bold;
	font-size: 20px;
}

.divp {
	line-height: 1;
}

.bodydiv {
	position: absolute; 
	top:50px; 
	left: 10px; 
	width: 780px; 
	height: 450px;
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
}

.footerdiv {
	position: absolute; 
	top:500px; 
	left: 10px; 
	width: 760px; 
	height: 100px;
	border-style: solid;
	border-width: 1px;
	line-height: 1;
    font: 10px sans-serif;		
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F5F5F5;
	line-height: 90%;
}

.bodytext {
    font: 12px sans-serif;		
	border-style: none;
}
.dropdown {
    font: 10px sans-serif;		
    text-align: left;			
}

div.tooltip {	
    position: absolute;			
    text-align: left;			
    width: 600px;					
    height: 40px;					
    padding: 2px;				
    font: 12px sans-serif;		
    background: lightsteelblue;	
    border: 0px;		
    border-radius: 8px;			
    pointer-events: none;			
}

