/* ========================================================================== */
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
}

/* ========================================================================== */
/* font section */
body,
td,
th,
input,
textarea,
select {
	font-family: tahoma, tahoma, arial;
	font-size: 12px;
}

/* ========================================================================== */
/* margin section */
body,
table,
form,
p,
img {
	margin: 0px;
	padding: 0px;
}

/* ========================================================================== */
/* table section */
table { empty-cells: show; }
th { text-align: left; }
td { padding: 0px; }

/* ========================================================================== */
/* border section */
input,
textarea,
select {
	border: 1px solid Black;
}