BODY{
	margin: 0;
	padding: 0;
	background-color: #fae6c1;
	font-family:Arial;
	font-size:13px;
}

TABLE {
	border-collapse: collapse;
}

TD{
	margin: 0;
	padding: 0;
	vertical-align:top;
}

H1 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 15px 0;
	color:#b44600;
}

H2 {
	color:#d15100;
	font-size:18px;
	font-weight:normal;
	margin:0 0 7px 0;
}

A {
	color:#6c4329;
}

/*-------General--------*/
DIV.floatL {
	float: left;
}
DIV.floatR {
	float: right;
}
DIV.clear {
	clear: both;
}
DIV.separator20 {
	height: 20px;
}
DIV.separator10 {
	height: 10px;
}
DIV.separator5 {
	height: 5px;
}
DIV.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
DIV.taRight {
	text-align: right;
}
DIV.taLeft {
	text-align: left;
}
DIV.error {
	color: Red;
}
DIV.paddRight20 {
	padding:0 20px 0 0;
}
DIV.paddBottom5 {
	padding:0 0 5px 0;
}
DIV.paddTop5 {
	padding:5px 0 0 0;
}


DIV.body {
	width:780px;
	text-align:left;
	background:#edd49b;
}
DIV.content {
	background:#edd49b;
	padding:20px;
}

DIV.product {
	width:736px;
	height:165px;
	background:url(../images/productbg.gif) no-repeat;
	font-size:12px;
}
DIV.productData {
	padding:10px;
}

DIV.footer {
	font-size:11px;
	color:#FFF;
	background:#cc7f47;
	text-align:right;
	padding:4px;
}