/* general */
body,
form, input, button, select, textarea,
ul, ol, li,
dd, dt, dl,
table, tr, th, td,
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 1em;
}
div, label, p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	background: #aacdd8 url('/media/dsg/body_bg.jpg') repeat-x top left;
}

img {
	border: none;
}

a {
	color: #ff5e00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

.http_error {
	font-size			: 20px;
	font-weight			: bold;
	text-align			: center;
	padding				: 20px;
}

.title_red {
	color:#fcae9e;
}
.title_orange {
	color:#ffe59e;
}
.title_blue {
	color:#9ee4f2;
}