	* {
		font-family: 'Arial', sans-serif;
	}	
.title{
	font-family:'Arial',sans-serif;
	font-weight:bold;
	font-size:16pt;
}	
.mtitle{
	font-family:'Arial',sans-serif;
	font-weight:bold;
	font-size:19pt;
	color:#6060AA;
}	
	BODY {
    	background: white;
		font-size: 10pt;
      color: black;
		margin:0;
		padding:0;

		SCROLLBAR-FACE-COLOR: gray; 
		SCROLLBAR-HIGHLIGHT-COLOR: silver; 
		SCROLLBAR-SHADOW-COLOR: silver; 
		SCROLLBAR-3DLIGHT-COLOR: silver; 
		SCROLLBAR-ARROW-COLOR: #6f6fcf; 
		SCROLLBAR-TRACK-COLOR: silver; 
		SCROLLBAR-DARKSHADOW-COLOR: silver;
	}

	H1 {	
		font-size: 26px;	
	}

	H2 {	
		font-size: 22px;			
	}

	H3 {	
		font-size: 20px;			
	}


	H4 {	
		font-size: 18px;			
	}
	
	.footer	{
		font-family: 'Arial',sans-serif;
		color: gray;
		font-size: 8pt;
	}
   A{
		color:blue;
		text-decoration:none;
	}

form select {
	font-size:10pt;
}
form input{
	padding-left:1px;
	font-size:10pt;
}

form textarea {
	padding-left:3px;
	font-size:10pt;
}

table {
	padding:2px;
	border-collapse:collapse;
	font-size:10pt;
}
	
table.tabtask {   
	border:1px solid black;
 };
	 
table.tab {  
	border:1px solid #999999;
};
	 
 .headl { color:#101010; text-decoration: none;font-weight:bold;}

input.descriptor_input{ 
  background-color: white;
  border-top: solid gray thin;
  border-right: solid white thin;
  border-bottom: solid white thin;
  border-left: solid gray thin;
  text-align: right;
  color: blue;
  width: 50px;
 }

.super{ 
  vertical-align: super;
  font-size: 50%
 }

.dragme{position:relative;}

