html{
	width:100%;
	height:100%;
}
body{
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	font:70% Tahoma;
  color:#404040;
	background-color:#fff;
}
table{
	border-collapse:collapse;
}
td{
	vertical-align:top;
}
table,td,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,input,select,textarea,img{
	padding:0px;
	margin:0px;
}
h1{
	margin-bottom:14px;
	font:bold 110% Tahoma;
	color:#a82201;
}
h2{
	margin-bottom:5px;
	font:bold 110% Tahoma;
}
h3,h4,h5,h6{
	margin-bottom:7px;
	font:bold 100% Tahoma;
}
input,select,textarea{
	background-color:#fff;
}
ul,ol{
	list-style:none;
}
img{
	border-width:0px;
	display:block;
}
a{
	text-decoration:none;
	color:#00769a;
}
a:hover{
	color:#0095c3;
}
input,textarea{
	padding:1px 2px;
	font:100% Tahoma;
	border:1px solid #9799a6;
}
#bodyTable{
	position:absolute;
	width:100%;
	height:100%;
	min-height:100%;
}
#bodyTableTop,#bodyTableBottom,#top,#middle,#bottom{
	width:1000px;
}
#bodyTableTop{
	vertical-align:top;
}
#bodyTableBottom{
	vertical-align:bottom;
	height:140px;
}
.bodyPadding{
	width:50%;
}
.left{
	width:302px;
}
.right{
	width:698px;
}
#top{
	height:110px;
}
#middle{
	padding-bottom:10px;
}
#middle .left{
	width:302px;
}
#middle .child{
	width:698px;
}
#middle .center{
	width:491px;
}
#middle .right{
	position:relative;
	right:24px;
	width:163px;
}
#bottom{
	height:78px;
}