/* margin-attributes not allowed in body-tag */
BODY {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* default text settings */
BODY, P, TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	color: #333333 ;
}
	P {
		padding: 0;
		margin: 4px 0 6px 0;
	} 
	A:link {
		text-decoration: underline;
		color: #990000;				
	}
	A:hover {
		text-decoration: none;
		color: #FF0000;				
	}
	
	H1 {
		font-size: 11px;
		font-weight: bold;
		color: #000 ;
	}
	
		
	H2 {
		font-size: 10px;
		font-weight: bold;
		color: #000; /* #333333 ; */
		padding: 0;
		margin: 16px 0 4px 0;
	}
	
	.lead {
		font-size: 11px;
	}
	
	.box {
	position: relative;
	/* width: 372px; */
	background-color: #FFFF99;
	border: 1px solid #FF9900;
	margin: 0px;/* 0pt -8px 0px -6px */
	padding: 6px 6px 3px 12px;
	overflow: visible;
	visibility: visible;
	}
	
.caption {
	padding: 1px 1px 12px 0px;
	font-size: 9px;
}

/* FORM */
singleline
{
	width: 200px;
}
.err {
	color: red;
}
.formheader
{
		font-size: 10px;
		font-weight: bold;
		color: #000; /* #333333 ; */
		padding: 0px;
		margin: 10px 0 0px 0;
}

/* TABLES */

tr, td, th { vertical-align: top; }
th { text-align: left; font-size: 9px;}
table.line tr td, table.line tr th {
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
