ÿ
* {
  	color: black;
	margin-top: 1px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
}
td {
	text-align: left;
	vertical-align: top;
}
p {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p + p {
	margin-top: 0.7em;
}
h4 {
	text-align: left;
	font-family: Arial;
	font-size: 0.92em;
}	
h5 {
	text-align: left;
	font-family: Arial;
	font-size: 0.92em;
}
h3 {
	text-align: left;
	color: #11486B;
	font-family: Arial;
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
h3:first-child {
	text-align: left;
	margin-top: 0em;	
}
a {
	text-align: left;
	color: #11486B;
}
ul {
	text-align: left;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
li {
  	text-align: left;
	font-family: Arial;
  	font-size: 11px;
}
img {
  	text-align: center;
  	border: 0px;
}

/* --------------------------------------------------------------------------------
    this is the class for the left menu frame
--------------------------------------------------------------------------------*/

#leftmenu, #leftmenu b {
	color: #11486B;
	font-size: 13px;
}

/* --------------------------------------------------------------------------------
    this is the class for the top menu frame
--------------------------------------------------------------------------------*/

#topmenu {
	margin-bottom: 5px;
	top: -30px;
	left: 50px;
	min-height: 0px;
	height: 0px;
	background: transparent;
}

/* --------------------------------------------------------------------------------
    this are the classes for the popup menus
--------------------------------------------------------------------------------*/

/* menu headers. The color is the color of the text */
.menu-rooti0 {
	color: #11486B;
	font-weight: bold;
}

/* root level; box properties for states: normal */
.menu-rooto0 {
   	background: transparent;
	border: 0px;
}
.menu-rooto0-transparent {
	border: 0px solid #11486B;
}

/* root level; box properties for states: hover, click */
.menu-rooto1 {
	background: transparent;
	border: 1px solid #11486B;
}
.menu-rooto1-transparent {
	border: 0px solid #11486B;
}

/* sub levels; box properties for states: normal */
.menu-sublevelso0 {
	background: white;
	border: 1px solid #11486B;
}

/* sub levels; box properties for states: hover, click */
.menu-sublevelso1 {
	background: white;
	border: 1px solid #11486B;
}

/* --------------------------------------------------------------------------------
    this are the classes for the language selector
--------------------------------------------------------------------------------*/

.lan-selected {
        color:#11486B;
        font-size:10px;
        display: inline;
        margin: .1em;
}
.lan-normal {
        color:#11486B;
        font-size:10px;
        display: inline;
        margin: .1em;
}

