a:link {color: #a6a590; text-decoration: none;border:0px}
a:visited {color: #a6a590;text-decoration: none;border:0px}
a:active {color: #a6a590;text-decoration: underline;border:0px;outline:none}
a:hover {color: red;text-decoration: none;border:0px;}
a:focus{outline: none;}		
:-moz-any-link:focus {
 outline: none;
}
:focus
{
  -moz-outline-style: none;
}

img{
	border:0px;
}

html,body{
  height:100%;
}


body {
	background-color: #ffffff;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;	
	margin:0px;
	padding:0px;
}

#tb_main{	
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;	
	z-index:100;
 	border-spacing:0px;
}

#td_header{
	width:100%;
  height:100px;
	vertical-align:top;
  color:#a6a590;
}
