body, td, textarea, select, input, a, p {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.button {
	font-family: arial;
	font-size: 11px;
	cursor: hand;
}

a:hover {
	text-decoration : underline;
}

form {
	margin: 0px;
}

.border {
	border: 1px solid black;
}

.head {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.headblack {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}