@CHARSET "UTF-8";

.border_black {
	border: 1px solid black;
}

.border_green {
	border: 1px solid green;
}

.center { 
	margin-left: auto;
	margin-right: auto;
}

.cursor_crosshair {
	cursor: crosshair;
}

.cursor_move {
	cursor: move;
}

.display_block {
	display: block;
}

.display_inline {
	display: inline;
}

.display_none {
	display: none;
}

.float_left {
	float: left;
}

.float_right  {
	float: right;
}

.font_white {
	color: white;
}

.minwidth1 {
	min-width: 1px;
}

.newline {
	height: 10px;
	clear: both;
	width: 100%;
}

.padding5 {
	padding: 5px;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

/* ---- */

.box_body {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

.box_head {
	background: #003881;
	padding: 2px;
	color: white;
	font-weight: bold;
	display: block;
}

.box_head td a {
	color: white;
}