html{
	background-color: #fff;
}
body{
	padding: 0px; 
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#backtobtb{
	width: 100%;
	height: 40px;
	background: #fff url('../img/microsites/backtobtb-bg.gif') no-repeat left center;
	border: 0px solid #3e3e3e;
	border-bottom-width: 1px;
	font-size: 10px;
	cursor: pointer;
	position: relative;
	z-index: 99;
}
	#backtobtb p{
		text-align: right;
		margin: 0px;
		padding: 10px 10px 0 0;
		line-height: 18px;
	}
	
	a{
		font-weight: bold;
		color: #DD0165;
	}
	
	a:link{
		color: #DD0165;	
	}
	
	a:visited{
		color: #9F004A;
	}
	
	a:hover{
		color: #DD0165;		
	}
	
	a:active{
		color: #DD0165;	
	}