h1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 1px;
	padding-top: 6px;
}

h2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 1px;
	padding-top: 6px;
}

h3 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 1px;
	padding-top: 6px;
}

td {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodytext {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
float: left;
text-align: right;
width: 5em;
margin-right: 1em;
margin-top: 0.5em;
padding: 0.1em; }
input, select {
margin: 0.7em;
}
form br {
  clear: left;
}
text-decoration: blink; }
.tbody {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: left; 
}

.menu {
	background-color: #084081;
	color: white;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

p.2ndlevel {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.SEARCH {
	background-color: #084081;
	color: white;
	font-weight: normal;
}

table.dmenutab {
	background-color: #084081;
	border-bottom-width: 0;
	border-collapse: collapse;
	border-color: #cfd2db;
	border-left-width: 0;
	border-right-width: 2px;
	border-style: solid;
	border-top-width: 0;
	empty-cells: show;
	white-space: normal;
}

td.dmenu {
	color: white;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
}

td.dmenu-2nd {
	color: #8294b3;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}

td.dmenu-3rd {
	color: #8294b3;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}

a {
	color: #084081;
	text-decoration: none;
}

a:hover {
	color: #c0002b;
	text-decoration: underline;
}

a.menulink {
	color: white;
	text-decoration: none;
}

a.menulink:hover {
	color: #8294b3;
	text-decoration: none;
}

a.menulayerlink {
	color: white;
	text-decoration: none;
}

a.menulayerlink:hover {
	color: #8294b3;
	text-decoration: none;
}

.LatestNews {
	font-size: 11px;
}

.Vers {
	color: #084081;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Footline {
	font-size: 11px;
}

table.RedBox {
	background-color: white;
	border-collapse: collapse;
	border-color: transparent;
	color: black;
	empty-cells: show;
	text-align: left;
}

td.Account {
	font-size: 10px;
}

div.fatawaExpl {
	font-size: 10px;
	font-weight: normal;
}

strong.NewsList {
	font-size: 12px;
	font-weight: bold;
}

h2.footnote {
	font-size: 12px;
	font-weight: bold;
}

div.footnote {
	font-size: 11px;
}

.bodytext li {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
}

.bodytext ul {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
}

table.generalBox {
	background-color: white;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	color: grey;
	empty-cells: show;
}

table.noBox {
	background-color: white;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	color: white;
	empty-cells: show;
}

p.bodytext {
	margin-bottom: 0;
	margin-top: 7px;
	text-align: justify;
}

strong.booktitle {
	font-size: 14px;
}

.nowrap {
	white-space: nowrap;
}

/* RTE formats */
.align-left,
p.align-left {
        text-align: left;
}
.align-center,
p.align-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}
.align-right,
p.align-right {
        text-align: right;
}
.align-justify,
p.align-justify {
        text-align: justify;
}
.indent,
p.ident {
        margin-left: 5mm;
        margin-right: 5mm;
        text-align: justify;
}
