body {
	background-color:white;
  	color:black;
  	font-family:sans-serif;
}

h1 {
  	font-size:12pt;
}

h2 {
  	font-size:10pt;
}

h3 {
  	font-size:10pt;
}


.ntext{
	font-size:10pt;		
}

.nbtext{
	font-weight: bold; 
	font-size:10pt;	
}


.tablebtop{
	border-top-style:solid;
  	border-top-width:1px;
  	border-top-color:blue;	
}

.tablebot{
	border-bottom-style:solid;
  	border-bottom-width:1px;
  	border-bottom-color:red;		
}

.inputfield { 
	border-width: 0;
	border-style: dashed;	
	border-color: black; 
	color: black; 
	background: #b0b0b0;
}

.oldmsgout{
	background-color:#b0b0b0;	
}

.oldmsgin{
	border-top-style:solid;
  	border-top-width:1px;
  	border-top-color:blue;	
}