body {
	background-color: #ffffff;
	font-size: 10pt;
	margin-left: 10px;
}
body, div, table, td, tr, form, a, span, strong, small, font, em {
	font-family: "Arial","Helvetica","Geneva","Swiss","SunSans-Regular";
	font-size: 10pt;
}
.withborder {
	border: 1px solid black;
}
.leftmoremargin {
	margin-left: 20px;
	margin-right: 10px;
}
.italic {
	font-style: italic;
}
.rightmargin {
	margin-right: 10px;
}
.biggerbold {
	font-size: 14pt;
	color: black;
}
.normalbold {
	font-size: 10pt;
	color: black;
}
.normalboldwhite {
	font-size: 10pt;
	color: white;
}
.bildmitrand {
    border: 1px solid Black;
}
.c1 {
	text-align: right;
	margin-right: 5px;
}
.bold {
	font-weight: bold;
}
.bgcolorlight {
	background-color: #f1f1f1;
}
body.nomargin {
	margin: 0px;
	padding: 0px;
}
body.blue {
	background-color: #e1e1e1;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
p.head {
	font-weight: bold;
	font-size: 17pt;
	margin: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 0px;
	border-right: 0px;
	color: #c2c2c2;
}
p.normalhead {
	font-weight: bold;
	font-size: 12pt;
	margin: 10px;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 0px;
	border-top: 0px;
	color: #c2c2c2;
}
p.c1 {
	font-weight: bold;
}
p.boldhead {
	font-weight: bold;
	padding: 0px;
	font-size: 12pt;
	border: 0px;
	margin: 0px;
	margin-top: 10px;
}
p.nomargin {
	margin: 0px;
	padding: 0px;
}
A.menu {
    color: black;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
    padding: 0px;
    margin: 10px;
}
A:hover.menu {
    color: white;
    text-decoration: none;
}
A:visited.menu {
    text-decoration: none;
}
A:active.menu {
    color: black;
    text-decoration: none;
}
table.tableborder {
	border: 0px;
	padding: 2px 4px;
	border: 0px;
}
table.tableborder tr td.noborder{
	border: 0px;
	padding: 2px 4px;
}
table.nomargin {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
}
td.whitebg {
	background-color: white;
}
table.iwftable {
	border-spacing: 0px;
}
table.iwftable tr td.noborder {
	border: 0px;
	padding: 2px 4px;
	border-bottom: 1px solid #808080;
}

table.iwftable tr td {
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
	padding: 2px 4px;

}

table.iwftable tr td.roundnonsel {
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
	padding: 2px 4px;
}
table.iwftable tr td.roundsel {
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
	padding: 2px 4px;
	background-color: #df0029;
}
table.tablewithborder {
	border-spacing: 0px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;

}
table.tablewithborder tr.trwithbgcolor {
	background-color: #e1e1e1;
}
table.tablewithborder tr td {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
	padding: 2px 4px;
}
table.news {
    border-top: 1px solid Black;
    border-spacing: 0px;
    width: 100%;
    height: 120px;
}
table.news tr td {
    border-left: 1px solid Black;
    border-right: 1px solid Black;
    border-bottom: 1px solid Black;
	padding: 2px 2px;
}

table.news td.tdhead {
	font-size: 10pt;
	font-weight: bold;
}
table.news td.tdbody {
	font-size: 8pt;
	padding: 2px 12px;
}
table.news td.tdlink {
	font-size: 8pt;
	color: blue;
	padding: 2px 12px;
	font-weight: bold;
}
table.menutable td.navioben {
	background-color: #c2c2c2;
	color: black;
	font-weight: bold;
}
table.menutable td.navibottom {
	background-color: #c2c2c2;
	color: black;
	font-weight: bold;
}
table.menutable td.select {
	background-color: #df0029;
	color: black;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table.menutable td.nonselect {
	background-color: #c2c2c2;
	color: black;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
iframe.iframemain {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img.newsimg {
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
}

strong {
	color: #c7111f;
	font-size: 28pt;
	font-family: "Arial", "Helvetica", "Geneva","Swiss","SunSans-Regular";
}

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }
