/*
	Project: DDMS
	Type CSS: main
	Author: Victor Zuydweg
	Date: 01/03/2008
*/

@import "content.css";
@import "menu.css";
@import "form.css";
@import "print.css";

*
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

html
{
	height: 100%;
}

body
{
	background: #fff;
	color: #000;
	font-size: .8em;
	background: url(images/bg.png) center center repeat-x;
}

h2
{
	font-size: 1.5em;
}	h2 span
	{
		color: #e1493b;
		display: inline;
		font-weight: normal;
	}

h2, h3, p, ul, dl
{
	margin-bottom: 15px;
}	ul p {margin-bottom: 0;}

ul
{
	padding-left: 25px;
}

li
{
	list-style: url(images/block.png);
}

dt
{
	font-weight: bold;
	margin-top: 1px;
}

dd
{
	padding-left: 15px;
}

span
{
	display: none;
}

a
{
	text-decoration: none;
	color: #555;
}	a:hover
	{
		text-decoration: underline;
	}

img
{
	border: none;
}

sup
{
	font-size: .5em;
}
