body {
	font-family: Verdana, Tahoma, Arial;
	margin: 0;
	padding: 0;
	color: #1b672f;
	font-size: 11px;
	background-color: #fff;
}

/**
 **	background
 */

div#bg_top_left {
	background: transparent url(../gfx/bg_top_left.gif) no-repeat right top;
	height: 290px;
}
div#bg_top_right {
	background: transparent url(../gfx/bg_top_right.gif) no-repeat left top;
	height: 290px;
}
td.bg_middle_left {
	background: transparent url(../gfx/bg_middle_left.gif) repeat-y right top;
}
td.bg_data {
	background: transparent url(../gfx/bg_data.gif) repeat-y center top;
}
td.bg_middle_right {
	background: transparent url(../gfx/bg_middle_right.gif) repeat-y left top;
}
div.bg_data_bottom {
	background: transparent url(../gfx/bg_data_bottom.jpg) no-repeat left bottom;
}
table.bg_data_top {
	background: transparent url(../gfx/bg_data_top.gif) no-repeat 0 290px;
}
td.bg_bottom_menu {
	background: transparent url(../gfx/bg_bottom_menu.jpg) no-repeat left bottom;
	height: 66px;
	padding-left: 40px;
}
td.copyright {
	color: #b86210;
	font-size: 11px;
	text-align: center;
}
td.bottom_menu {
	color: #b86210;
	font-size: 11px;
	text-align: right;
	padding: 15px;
}
td.webshark {
	background: transparent url(../gfx/webshark.jpg) no-repeat right bottom;
}
div#bg_bottom_left {
	background: transparent url(../gfx/bg_bottom_left.gif) no-repeat right top;
	height: 166px;
}
div#bg_bottom_right {
	background: transparent url(../gfx/bg_bottom_right.gif) no-repeat left top;
	height: 166px;
}
td.bg_bottom {
	background: transparent url(../gfx/bg_bottom.gif) no-repeat left top;
	height: 134px;
}
td.bg_bl {
	background: transparent url(../gfx/bg_bl.gif) no-repeat right top;
	width: 190px;
	height: 134px;
}
td.bg_br {
	background: transparent url(../gfx/bg_br.gif) no-repeat left top;
	width: 190px;
	height: 134px;
}

/**
* Flash player backgrounds
**/

td.bg_data_flashplugin {
	background: transparent url(../gfx/bg_data_flashplugin.gif) no-repeat left top;
	width: 770px;
	height: 105px;
}
div.top_flashplugin_left {
	background: transparent url(../gfx/top_flashplugin_left.gif) no-repeat right top;
	width: 190px;
	height: 304px;
}
div.top_flashplugin_right {
	background: transparent url(../gfx/top_flashplugin_right.gif) no-repeat left top;
	width: 100px;
	height: 304px;
}
td.bg_data_flashplugin_left {
	background: transparent url(../gfx/bg_data_flashplugin_left.gif) no-repeat right top;
	width: 190px;
	height: 105px;
}
td.bg_data_flashplugin_right {
	background: transparent url(../gfx/bg_data_flashplugin_right.gif) no-repeat left top;
	width: 190px;
	height: 105px;
}
td.bg_menu_fp {
	background: transparent url(../gfx/bg_menu_fp.gif) no-repeat left top;
	width: 770px;
	height: 70px;
}
td.bg_bottom_fp {
	background: transparent url(../gfx/bg_bottom_fp.gif) no-repeat right top;
	width: 770px;
	height: 108px;
}
td.bg_menu_fp_left {
	background: transparent url(../gfx/bg_menu_fp_left.gif) no-repeat right top;
	width: 190px;
	height: 70px;
}
td.bg_menu_fp_right {
	background: transparent url(../gfx/bg_menu_fp_right.gif) no-repeat left top;
	width: 190px;
	height: 70px;
}
td.bg_bottom_fp_left {
	background: transparent url(../gfx/bg_bottom_fp_left.gif) no-repeat right top;
	width: 190px;
	height: 108px;
}
td.bg_bottom_fp_right {
	background: transparent url(../gfx/bg_bottom_fp_right.gif) no-repeat left top;
	width: 190px;
	height: 108px;
}
td.bg_left_h1 {
	background: transparent url(../gfx/bg_left_h1.gif) no-repeat left top;
	width: 188px;
	height: 38px;
	padding-left: 25px;
	text-align: left;
	color: #fff;
}

/**
 **	link
 */

a {
	font-weight: normal;
	color: #b86210;
	text-decoration: none;
}
a:hover {
	color: #ec8000;
	text-decoration: underline;
}

a.lm {
	font-weight: bold;
	color: #fff;
}
a.lm:hover {
	font-weight: bold;
	color: #fff;
}

a.fp {
	font-weight: bold;
	color: #ec8000;
}
a.fp:hover {
	font-weight: bold;
	color: #ec8000;
}

/**
 **	format
 */

td, a, h1, p {
	font-size: 11px;
}
td {
	text-align: justify;
}
h1 {
	color: #1b672f;
	background: transparent url(../gfx/bg_head.gif) no-repeat left top;
	margin: 10px 0 0 25px;
	padding: 4px 10px;
}
.wright {
	float: right;
	margin: 5px 30px 10px 0;
}
.fright {
	float: right;
	margin: 10px 30px 10px 10px;
	margin-right: expression('15px');
}
.fleft {
	float: left;
	margin: 10px 10px 10px 20px;
}
div.bg_light_green {
	background: #f8f9f5;
	margin: 0 30px 20px 25px;
	padding: 10px 14px 12px 14px;
}
p {
	margin: 15px 10px 12px 25px;
	padding-right: 20px;
}
div.mright {
	margin-right: 40px;
}
.picborder {
	margin-top: 40px;
}
p.margins {
	margin: 15px 0 0 25px;
}

/**
 **	input
 */

input {
	border: none;
	background: url(../gfx/input.gif) no-repeat center center;
	background-attachment: expression('fixed');
	width: 156px;
	height: 23px;
	color: #1b672f;
	padding: 3px;
	padding-left: 4px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
}
textarea {
	border: none;
	background: url(../gfx/textarea.gif) no-repeat center center;
	background-attachment: expression('fixed');
	overflow: auto;
	width: 406px;
	height: 100px;
	color: #1b672f;
	padding: 5px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
}
input#Submit {
	border: none;
	background: url(../gfx/bg_send.gif) no-repeat center center;
	width: 49px;
	height: 23px;
	cursor: pointer;
}
input#Reset {
	border: none;
	background: url(../gfx/bg_del.gif) no-repeat center center;
	width: 51px;
	height: 23px;
	cursor: pointer;
}
form {
	padding-top: 10px;
	margin-left: 25px;
}
label {
	cursor: pointer;
}
li {
	background: url(../gfx/li.gif) no-repeat left 7px;
	padding-left: 10px;
}
ul {
	list-style-type: none;
	line-height: 150%;
	text-align: justify;
	margin-left: 20px;
	padding-left: 20px;
}
li.sm {
	background: url(../gfx/li.gif) no-repeat left 7px;
	padding-left: 10px;
}
ul.sitemap {
	list-style-type: none;
	line-height: 150%;
	text-align: justify;
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 15px;
}