body {
	text-align: center;
	font-family: sans-serif, arial;
	font-size: 10pt;
	color: #000;

	margin: 0px;
}

/* --- Structure --- */
td {
	font-size: 11pt;
}

td.header {
	/*border-left:  1px solid #595959;*/
	border-right: 1px solid #595959;
}

td.menu {
	border-left:  1px solid #595959;
	border-right: 1px solid #595959;
}

td.content {
	padding-left:  70px;
	padding-right: 70px;
}

/* --- Header styles --- */

div.menu-left {
	font-size: 14pt;
	font-weight: bold;
}

div.menu-center {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

div.menu-right {
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
}

div.menu-links {
	margin-top: 3px;
	font-size: 11pt;
	font-style: italic;
}

img {
	border: 0px;
}

img.menu-dot {
	margin-left: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
}

/* --- Layout --- */

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
}

h2 {
	color: #f77a00;
	border-bottom: 1px solid #ccc;
	font-size: 14pt;
}

a {
	color: #444;
	text-decoration: underline;
}

a.menu {
	text-decoration: none;
}

/* --- Menus --- */
#dropmenudiv{
	position:    absolute;
	border:      3px solid #000;
	font:        normal 12px sans-serif;
	line-height: 22px;
	z-index:     100;
	border-bottom-width: 0;
	border-bottom: 2px solid #000;
}

#dropmenudiv a {
	width:       100%;
	color:       #000;
	display:     block;
	text-indent: 6px;
	padding:     1px 0;
	font-weight: normal;
	text-decoration: none;
	border-bottom:   1px solid #000;
	text-align: left;
}

#dropmenudiv b {
	width:       100%;
	color:       #000;
	display:     block;
	text-indent: 6px;
	padding:     1px 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom:   1px solid #000;
	text-align: left;
}

#dropmenudiv a:hover {
	background-color: #efefef;
}

td.pl {
	font-size: 9pt;
	border-bottom: 1px solid #ddd;
	padding-right: 1.5em;
}

td.pl2 {
	font-size: 9pt;
	border-bottom: 1px solid #ddd;
}
