/* GENERAL fonts */
BODY, P, OL, UL, DIV, H1, H2, H3 {
	font-family: verdana, arial;
	font-size: 11px;
	color: black;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2, H3 {margin: 0px 0px 5px 0px;}

.align-center {
	text-align: center;
}

.bodytext {
	text-align: justify;
}

TABLE {font-size: 11px;}

A {
	font-family: verdana, arial;
	font-size: 11px;
	color: black;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

TD#footer P {
	font-size: 10px;
	text-align: center;
}

.contenttable TD {
	padding-left: 10px;
	padding-right: 10px;
}

/* Content column */
TD#content {
	padding-left: 20px;
	padding-right: 120px;
	padding-top: 20px;
	vertical-align: top; 
	width: 510px;
	font-size: 11px;
}

/* Menu column */
TD#menu {	
	vertical-align: top; 
	width: 150px;
	background-repeat : no-repeat;
	padding-top: 10px;
}
TD#menu DIV {
	width: 95%;
}
TD#menu DIV A {
	color: black;
	text-decoration: none;
}
TD#menu DIV A:hover {
	text-decoration: underline;
}

/*  MENU, level 1, normal state (NO) */
TD#menu DIV.menu-level1-no {
	border-bottom: 1px dotted #999999;
	font-size: 11px;
	padding-top:5px;
	padding-left:5px;
}
/*  MENU, level 1, active state (ACT) */
TD#menu DIV.menu-level1-act {
	border-bottom: 1px solid #999999;
	font-weight:bold;
	font-size: 11px;
	padding-top:5px;
	padding-left:5px;

	background-color: #eeeeee;
	filter:alpha(opacity='70', style='0');
}
TD#menu DIV.menu-level1-act A {
	color:black;
}

/*  MENU, level 2, normal state (NO) */
TD#menu DIV.menu-level2-no {
	font-size: 10px;
	padding-left:20px;
}
/*  MENU, level 2, active state (ACT) */
TD#menu DIV.menu-level2-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:20px;
}

/* Style for the Path-menu: */
TD#path {
	white-space: nowrap;
	background-color: #F8F8EC;

	font-family: verdana, arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding: 1px 1px 5px 5px;
}
TD#path A {
	text-decoration: none;
	color:black;
}
TD#path A:hover {
	text-decoration: underline;
}
