/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
html {
	background: #e3dfd7 url('/dsg/body-background.gif') repeat-y top left;
}
body {
	font-size: 14px;
	background: url('/dsg/background.gif') repeat-x top left;
	color: #010101;
	font-size: 62.5%;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #f9a13a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul li {
	margin-left: 20px;
}

/* spacer|clearfix */
div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a.button {
	display: block;
	color: #fff;
	background: url('/dsg/button-orange.gif') repeat-x top left;
	width: 70px;
	height: 18px;	/*21*/
	padding: 3px 10px 0 10px;
	text-align: center;
	text-decoration: none;
}
