* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
body {
	font-size: 62.5%;
}
img {
	border: 0;
}
p {
	padding-bottom: 1em;
}
a {
	color: #e76d08;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 4em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.arrows {
	background: url('/dsg/arrows.png') no-repeat 0 0;
	width: 380px;
	height: 26px;
	overflow: hidden;
	margin-bottom: 1em;
}
.arrow-position-1 { background-position: 0 0; }
.arrow-position-2 { background-position: 0 -26px; }
.arrow-position-3 { background-position: 0 -52px; }
.arrow-position-4 { background-position: 0 -78px; }
.arrow-position-5 { background-position: 0 -104px; }
.arrow-position-6 { background-position: 0 -130px; }

.arrows a,
.arrows span {
	display: block;
	float: left;
	width: 63px;
	height: 26px; /*26*/
	padding-top: 13px;
	margin-top: -0.55em;
	line-height: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
.arrows a:hover {
	text-decoration: underline;
}
.arrows span {
	color: #fff;
}