body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

textarea{
	overflow: auto;
}

a{
	color: #000000;
	text-decoration: none;
}

p{
	margin-bottom: 8px;
	margin-top: 3px;
}

h1{
	font-size: 18px;
	color:#000000;
}

h2{
	font-size: 16px;
	color:#000000;
}

h3{
	font-size: 14px;
	color:#000000;
}

.autodatatable{
	border: 1px solid #000000;
}

.autodatatable th{
	font-size: 11px;
	border-bottom: 1px solid #000000;
}

.autodatatable .td1{
	font-size: 11px;
}

.autodatatable .td2{
	font-size: 11px;
}

hr{
	height: 1px;
	width: 100%;
	color: #000000;
	border: 0;
	background-color: #000000;
}

#divPrint {
	display: block;
 width: 650px;
}

.noprint{
	display:none;
}

.noteadmin {
	border: 2px solid #000000; 
	width: 50%; 
	padding: 5px;
}