body { font:10pt arial; color:#000000; margin:0; }
body a { text-decoration:none; color:#000000; }
img { border:0; }

/* Alignment */
.center { margin:auto; }
.left { float:left; }
.right { float:right; }

/* Text Alignment */
.tx_left { text-align:left; }
.tx_center { text-align:center; }
.tx_right { text-align:right; }
.tx_justify { text-align:justify; }

/* Font format */
.bold { font-weight:bold; }

/* Useful */
span.clear { display:block; clear:both; font-size:1px; width:1px; height:1px; }
.hand { cursor:pointer; }
.relative { position:relative; }
.nowrap { white-space:nowrap; }

/* Forms */
.btn_default {
	color:#3A5A29;
	border-top:#3A5A29 2px solid;
	border-left:#3A5A29 2px solid;
	border-bottom:#83B530 2px solid;
	border-right:#83B530 2px solid;
	background:none;
}

.btn_red {
	color:#AA2222;
	border-top:#AA2222 2px solid;
	border-left:#AA2222 2px solid;
	border-bottom:#E05353 2px solid;
	border-right:#E05353 2px solid;
}

/* ToolTip */
div.tt_display {
	position:absolute;
	background:#AFFFF6;
	border:#7FFFF0 1px solid;
	color:#00A4FF;
	padding:1px 5px;
	font-weight:bold;
	top:0;
	left:0;
	z-index:2000;
}