/* 
Copyright 2008
CSS coding by Jay Tang | Terra Preta 
www.terra-preta.nl
*/

/* GENERAL LINK SETTINGS */
a {
	color: #F3991B;
	text-decoration: underline;
}
a:hover {
	color: #C8770B;
}

/* BUTTONS */
a.btn_continue {
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #565656;
	background: url(../assets/btn_arrow_circle.png) no-repeat left;
	float: right;
	clear: both;
	display: block;
}
a.btn_continue:hover {
	color: #F3991B;
}
a.btn_continue_white {
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background: url(../assets/btn_arrow_circle.png) no-repeat left;
	float: right;
	clear: both;
	display: block;
}
a.btn_continue_white:hover {
	color: #F3991B;
}
