<!--
	/*** General Classes ***/
	.left		{ text-align: left; }
	.center	{ text-align: center; }
	.right	{ text-align: right; }
	.top		{ vertical-align: top; }
	.middle	{ vertical-align: middle; }
	.bottom	{ vertical-align: bottom; }

	.bold		{ font-weight: bold; }
	img			{ border: 0px; }

	table.center {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
				
	.adHeadline {font: bold 11px verdana, arial, helvetica, sans-serif; text-decoration: underline; color: rgb(181,29,29);}
	.adText {font: normal 10px verdana, arial, helvetica, sans-serif; text-decoration: none; color: black;}

	/*** Global Properties ***/
	a:link {
		font-weight: bold;
		color: rgb(181,29,29);
		text-decoration: none;
	}
	a:visited {
		font-weight: bold;
		color: rgb(181,29,29);
		text-decoration: none;
	}
	a:active {
		font-weight: bold;
		color: rgb(185,133,133);
		text-decoration: underline;
	}
	a:hover {
		font-weight: bold;
		color: rgb(185,133,133);
		text-decoration: underline;
	}
	
	body {
		color: #333;
		background-color: white;
		margin: 20px;
		padding: 0px;
		font: 11px verdana, arial, helvetica, sans-serif;
	}
	
	p {
		font: 11px/20px verdana, arial, helvetica, sans-serif;
		margin: 0px 0px 16px 0px;
		padding: 0px;
	}

	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 17px;
	}


	/*** Content ***/
	.content>p { 
		margin: 0px;
		margin-bottom: 11px;
	}

	.content {
		position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
		width: auto;
		min-width: 120px;
		margin: 0px 210px 20px 150px;
		border: 1px solid black;
		background-color: white;
		padding: 10px;
		z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

	/*** Navigation (Alpha) ***/
	#navAlpha {
		position: absolute;
		width: 160px;
		top: 112px;
		left: 20px;
		padding: 0px;
		z-index: 2;
		voice-family: "\"}\"";  /* The hack for IE5 */
		voice-family: inherit;
		width: 138px;
	}

	body>#navAlpha {
		width: 138px;  /* "Be nice to Opera 5" */
	}
	
	#navAlpha ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
	}
	#navAlpha li {
		margin: 2px 0px 0px;
	}
	#navAlpha a {
		display: block;
		width: 120px;
		padding: 2px 2px 2px 10px;
		border: 1px solid #000000;
		background: #dcdcdc;
		text-decoration: none;
	}
	#navAlpha a:link, #navAlpha a:active, #navAlpha a:visited {
		color: #000000;
	}
	#navAlpha a:hover {
		border: 1px solid #000000;
		background: #333333;
		color: #ffffff;
	}
	
	/*** Navigation (Beta) ***/
	#navBeta {
		float: left;
		position: absolute;
		width: 190px;
		top: 114px;
		right: 20px;
		border: 1px dashed black;
		background-color: #eee;
		padding: 10px;
		z-index: 1;
		voice-family: "\"}\"";  /* The hack for IE5 */
		voice-family: inherit;
		width: 168px;
	}
	
	body>#navBeta {
		width: 168px;  /* "Be nice to Opera 5" */
	} 
	
	/*** Footer ***/
	#footer	{
		font-size: 9px;
		text-align: right;
	}

//-->