ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,body,html,p,blockquote,
form,fieldset,input,textarea,select
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
}
* {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
body {
	font-size: 62.5%;
	background: url('/dsg/body_bg.gif') no-repeat 0 200px;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #8b081b;
	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;
}


/* tooltips */
a.tooltip {
	
}
a.tooltip span.tooltip {
	display: block;
	position: absolute;
	text-decoration: none;
	z-index: 90;
	background: url('/dsg/tooltip_arrow.gif') no-repeat top left;
	padding-top: 5px;
}
a.tooltip span.tooltip span {
	display: block;
	border: 1px solid #71cef5;
}
a.tooltip span.tooltip span span {
	padding: 5px;
	border: 1px solid #fff;
	background: #71cef5;
	color: #fff;
	white-space: nowrap;
}


/* vertical centering in CSS */
.vertical_outer {
	display: table;
	height: 3em;
}
.vertical_middle {
	display: table-cell;
	vertical-align: middle;
}


/* pictures */
ul.pictures {
	list-style-type: none;
	margin: 0;
}
	ul.pictures li {
		margin: 0;
		float: left;
		width: 33%;
		text-align: center;
	}
	ul.pictures li.first-in-line {
		text-align: left;
	}
	ul.pictures li.last-in-line {
		text-align: right;
	}
		ul.pictures li img {
			border: 2px solid #d6d6d6;
		}
		ul.pictures li.spacer {
			clear: both;
			float: none;
			width: 100%;
			height: 1em;
		}
			ul.pictures li a {
				text-decoration: none;
			}
