﻿html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body{font-family:Arial,Tahoma,Verdana; font-size:10pt;background:#666666; line-height: 1.5;}
.body
{
	width:830px;
	background:#fff;
	margin:0px;
}
.bodyheader
{
	background: #fff;
	width: 810px;
	height: 104px;
	padding-top:4px;
}
.bodymiddle
{
	background:#fff;
	top: 0px;
	left: 0px;
	width: 810px;
	height:auto;
}
.bodyfooter
{
	background:#fff url(images/bg_bt_top.gif) left top repeat-x;
	width: 810px;
	height: 130px;
	padding-top:14px;
	margin:0px;	
}
.bodyleftcolumn
{
	background:#fff;
	width: 200px;
	height:100%;
	padding:-1px 4px 4px 4px;
	padding-left:0px;
}
.bodyrightcolumn
{
	background:#fff;
	width:200px;
	height:100%;
}
.bodycontent-1col
{
	background:#fff;
	float:left;
	width:410px;
	height:auto;
}
.bodycontent-full
{
	background:#fff;
	float:left;
	width:800px;
	height:100%;
}
.bodycontent-2col
{
	background:#fff;
	float:left;
	width:598px;
	height:100%;	
	padding:4px;
}