*{
margin: 0px;
padding: 0px;
}

body{
	background-color: #FFFFFF;
	/*width: 598px;*/
	width: 660px;
	height: 100%;
	font-family: "helvetica neue","lucida grande",calibri,arial,tahoma,verdana,sans-serif;
	line-height: 20px;
}

.step{
	/*width: 575px;*/
	width: 660px;
	height: 100px;
	text-align: justify;
	/*margin-top: -430px;*/
	margin-top: 10px;
	margin-left: 10px;
	cursor: default;
}

h2{
	/*color: #440000;*/
	color: #FFFFFF;
	margin-top: -85px;
	margin-bottom: 30px;
	margin-left: 20px;
	text-transform: uppercase;
}
h3{
	color: #440000;
}

b, strong{
	color: #990000;
	font-size: 20px;
}

a{
	color: #990000;
	text-decoration: none;
}
a:hover{
	color: #EE0000;
}

#right_arrow{
	position:absolute;
	height: 50px;
	width: 50px;
	margin-top: -60px;
	margin-left: 345px;
	cursor: pointer;
}

#left_arrow{
	position:absolute;
	height: 50px;
	width: 50px;
	margin-top: -60px;
	margin-left: 75px;
	cursor: pointer;
}