p, body {
	color: black;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 10px
        border-top:1px solid black;
        border-left:1px solid black;
        border-right:1px solid black;
	border-bottom:1px solid black;

}

td, tr, table, input, select, textarea {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.ctr {
	font-family: verdana, sans-serif;
	font-size: 10px;
}

input {
	color: black;
	font-family: verdana, sans-serif;
	font-size: 10px;
}	
	
SELECT {
	font-family: verdana, sans-serif;
	font-size: 10px;
}	

.DEL-BUTT {
	color: white;
	background-color: red;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.ACV-BUTT {
	color: white;
	background-color: #009900;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
	
A {
	color: 000000;
	background-color: transparent;
        font-weight: bold;
 	text-decoration: none;
}

A:hover {
 	color: 000000;
	background-color: transparent;
        font-weight: bold;
 	text-decoration: underline;
}

.A-menu	{
	color: black;
	background-color: white;
	font-weight: bold;
 	text-decoration: none;
}

.A-menu:hover {
 	color: #C0C0C0;
	background-color: white;
 	text-decoration: none;
}

.header	{
  	font-family: verdana, sans-serif;
  	font-size: 160%;
        font-weight: bold;
  	color: black;
	background-color: white;
  	letter-spacing: 2px;
}

.totalsum {
  	font-size: 120%;
  	font-weight: bold;
}