/* CSS Document */

body {
  background-color: #FFFFc0;
	scrollbar-face-color: #af5902;
  scrollbar-track-color: #fffdca;
  scrollbar-arrow-color: #fffdca;
	background-image: url("http://fudgery.biz/images/bg_t1.jpg");
}

table.tblmainindex {
	border-color: #330000;
	background-color: #ffffc0;
	width : 90%;
}

table.tblmain {
	border-color: #330000;
	background-color: #ffffc0;
	width : 90%;
}

table.tblheadercont {
	border-color: #330000;
	width : 90%;
	height: 220px;
}

td.tdheaderbg {
	background-image: url("http://fudgery.biz/images/bg_t1.jpg");
	vertical-align: middle;
}

table.tblheaderlogocont {
	background-color: #ffffc0;
	width : 90%;
	border-color:#ffffc0;
}

table.tblborder {
	background-color: #ffffc0;
	border-color:#ffffc0;
}

hr.hrseparator1 {
	color: #7a3500;
	background-color: #7a3500;
}

table.tblbodycont {
	background-color: #ffffc0;
	width: 100%;
}

table.tblindexbodycont {
	background-color: #ffffc0;
	width: 100%;
}

table.tblproducts {
	border-color: #330000;
}

h1.kwtitle {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}

p.kwc {
	text-align: justify;
}

a.kwlink {
	font-size: 16px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a.kwlink:hover {
	text-decoration: underline;
}

a.akwindex {
	color: #FF0000;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
