html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	height: 100%; 
	color: #686868;
	background: #85ae38 url(../gfx/bg.gif) repeat center top;
	font-size: 12px;
}

/*
 * background
 */

table.bg_data {
	background: #ffffff url(../gfx/bg_main_bottom.gif) repeat-x center bottom;
	margin-top: 40px;
}

table.main_top {
	background: transparent url(../gfx/main_top.gif) repeat-x center top;
}

td.bg_main_top {
	background: transparent url(../gfx/bg_main_top.gif) repeat-x center top;
}

div.bg_bottom {
	background: transparent url(../gfx/main_bottom.gif) no-repeat center top;
	width: 710px;
	height: 108px;	
	text-align: left;
}

/*
 *	formatting
 */

p {
	margin: 15px;
}

td,
div {
	font-size: 12px;
	color: #686868;
	line-height: 16px;
}

h1,
span.title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #729b24;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 15px;
}

h2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	padding-left: 4px;	
	background: transparent url(../gfx/bg_h2.gif) no-repeat 0 3px;
}

h2 span {	
	display: block;
	border-bottom: 1px solid #E1E1E1;
	padding-left: 1px;
}

ul {
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 18px;
}

li {	
	margin-left: 20px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.tright {
	text-align: right;
}

.block {
	display: block;
}

.nowrap {	
	white-space: nowrap;
}

.pointer * {
	cursor: pointer;
}

.hight {
	color: #B12929;
	font-weight: bold;
}

div.bg_bottom div {
	color: #fff;
	width: 710px;	
}

div.bg_bottom div.center {
	margin-top: 5px;
	line-height: 20px;
}

div.bg_bottom div.center strong {
	margin-left: 10px;
}

div.bg_bottom div.center a {
	color: #fff;
	text-decoration: none;
}

div.bg_bottom div.center a:hover {
	text-decoration: underline;
}

div.bottom_menu a {
	margin-right: 10px;
}

div.bottom_menu a:hover {
	margin-right: 10px;
}

