html, body, tr, form, p {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-weight: normal;
	text-align: center;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	margin: 0px;
	border: 0px;
}

.structure td, th {
	padding: 0px;
}
.unstructure td, th {
	padding: 2px;
}

img {
	border: 0px;
}

input, select {
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}

input {
	height: 22px;
	margin: 1px;
}

textarea {
	font-size: 12px;
	line-height: 14px;
}

.radio, .check {
	border: 0px;
	vertical-align: middle;
}
