div.main_btn
{
	border-spacing:0;
  border-collapse:collapse; 	
	border:0px solid black;
	cursor: pointer;
}
table.main_tbl
{
	border-spacing:0;
  border-collapse:collapse; 	
	border:0px solid black;
}
table.main_tbl td, table.main_tbl th
{	
	padding: 0;
}
body.main_tbl
{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
footer{
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: #CCCCCC;
  border-top: 1px solid #000000;
}
address.footer_fnt
{
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, sans-serif;
}
body
{
	font: 62.5% "Trebuchet MS", sans-serif;
	margin: 0px;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #B59AB6 5%, #969BE0 55.00000000000001%, #FFFFFF 90%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #B59AB6 5%, #969BE0 55.00000000000001%, #FFFFFF 90%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #B59AB6 5%, #969BE0 55.00000000000001%, #FFFFFF 90%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #B59AB6), color-stop(0.55, #969BE0), color-stop(0.9, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #B59AB6 5%, #969BE0 55.00000000000001%, #FFFFFF 90%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #B59AB6 5%, #969BE0 55.00000000000001%, #FFFFFF 90%);
}
