/** tag **/

form {
	padding: 0px;
	margin: 0px;
}

body.full {
	margin: 0px;
}

table.full {
	width: 100%;
}

table.tall {
	height: 100%;
}

td.full {
	width: 100%;
}

td.tall {
	height: 100%;
}

input.full {
	width: 100%;
}

select.full {
	width: 100%;
}

textarea.full {
	width: 100%;
}

div.full {
	width: 100%;
}

div.tall {
	height: 100%;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

br.mini {
	line-height: 1px;
}

.hover {
	cursor: pointer;
}

.nowrap {
	white-space: nowrap;
}

.hide {
	display: none;
}


/** font **/

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.u { text-decoration: underline; }

.l { text-decoration: line-through; }

.max {
	font-size: 16px;
	line-height: 18px;
}

.large {
	font-size: 14px;
	line-height: 16px;
}

.big {
	font-size: 13px;
	line-height: 15px;
}

.default {
	font-size: 12px;
}

.small {
	font-size: 11px;
	line-height: 13px;
}

.little {
	font-size: 10px;
	line-height: 12px;
}

.min {
	font-size: 9px;
	line-height: 11px;
}
