/*
	Main stylesheet
	Victor Zuydweg
*/

@import "content.css";
@import "menu.css";
@import "form.css";
@import "table.css";

/* Elements */

*
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
	padding: 0;
	margin: 0;
}

body
{
	font-size: .9em;
	background: #ddd url(images/bg.jpg) top center repeat-y;
	color: #000;
}

h2, h3
{
	color: #81a2b6;
	text-transform: uppercase;
	letter-spacing: -.075em;
}	h2 
	{
		font-size: 2.5em;
		font-family: "Arial Black";
		background: url(images/break.png) center bottom no-repeat;
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	h3 
	{
		font-size: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
	}

p, ul, dl
{
	margin-bottom: 15px;
}

ul p, ul h2
{
	margin-bottom: 5px;
}

li
{
	margin: 0 0 5px 25px;
}

ul li
{
	list-style: square;
}

ol li
{
	list-style: decimal;
}

li span
{
	font-weight: bold;
}

ul a, ol a, dl a
{
	color: #006;
	text-decoration: none;
	border-bottom: 1px dotted #006;
}	ul a:hover, ol a:hover, dl a:hover, a.active
	{
		border: none;
		color: #000;
	}

ul ol
{
	margin-bottom: 15px;
}

dt
{
	padding: 10px 0 0 25px;
	font-weight: bold;
}

dd
{
	padding-left: 35px;
}

a
{
	text-align: right;
	text-decoration: none;
	color: #81a2b6;
	font-weight: bold;
}	a:hover
	{
		color: #000;
	}
