body{
	background			: url(../images/generic_bg.jpg) repeat-x;
	text-align			: center;
	margin				: 0px;
	padding				: 0px;
}

body,tr,td,th{
	font: 14px arial;
	color: #818181;
	line-height         : 23px;
	vertical-align		: top;
}



a{
	color: #ffffff;
	background: #b4a76c;
	text-decoration     : none;
	font-weight         : bold;
}

a:hover{
	color: #ffffff;
	background: #00a0c6;

	text-decoration     : none;
	font-weight         : bold;
	
}
