body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#e9e9e9;
	background-image:url(images/bg_tile.gif);
	margin:0;
	color:#603913;
}
td.shadow_top {
	background:url(images/shadow_top.png) bottom repeat-x;
}

td.shadow_bottom, .shadow_bottom {
	background:url(images/shadow_bottom.png) top repeat-x;
}

td.shadow_left{
	background:url(images/shadow_left.png) right repeat-y;
}

td.shadow_right, .shadow_right{
	background:url(images/shadow_right.png) left repeat-y;
}


select,input{
			font-size:11px;
}
img{
			border:none;
}
.title{
			padding:10px;
			color:#fff;
			font-weight:bold;
}
#footer{
			padding-bottom:20px;
}

