<STYLE>
<!--
q    {color: yellow} /*this ist only for confusing of some browsers which ignores first declaration*/ 
body{ margin-bottom: 0px;
      padding-bottom: 0px;
      margin-top: 0px;
      padding-top: 0px;
      font-family: Verdana;
      background-color: #7c6a8c;
	SCROLLBAR-FACE-COLOR:#3c224c;
	SCROLLBAR-HIGHLIGHT-COLOR:#3c224c;
	SCROLLBAR-SHADOW-COLOR:#d4c6da;
	SCROLLBAR-3DLIGHT-COLOR:#d4c6da;
	SCROLLBAR-ARROW-COLOR:#d4c6da;
	SCROLLBAR-TRACK-COLOR:#3c224c;
	SCROLLBAR-DARKSHADOW-COLOR:#3c224c;
}
#backtable {
    width: 350px;
    background-repeat: no-repeat;
    background-position: center;
    }
H1,H3,H4 {text-align:center;}

.formatting {font-size: 12;}

.menuseparator {
	background-color: #3c224c;
    width: 30;
	text-align: center;
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    color: white;
}
a.menuUp {
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
a.menuUp:hover {
	color: white;
}
#flag {
	cursor:hand;
	border-left:1px solid #3c224c;
	border-right:1px solid #3c224c;
	border-top:1px solid #3c224c;
	border-bottom:1px solid #3c224c;
	width:32;
    height:20;
}
#flag:HOVER {
	/*height:0;*/
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
.title {
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.title2 {
	font-weight: bold;
}
HR { color: gray;
}
.marginup {
	background-color: #d4c6da;
        background-image: url(images/margup.gif);
        background-repeat: repeat-x;
}
.margindown {
	background-color: #d4c6da;
        background-image: url(images/margdown.gif);
        background-repeat: repeat-x;
}
.marginleft {
	background-color: #d4c6da;
        background-image: url(images/margleft.gif);
        background-repeat: repeat-y;
}
.marginright {
	background-color: #d4c6da;
        background-image: url(images/margright.gif);
        background-repeat: repeat-y;
}
/*DL {margin:0 0 0 0;}*/
/*DD {margin:0 0 0 0;text-align:justify;	}*/
/*DT {font:bold;}*/
/*UL {margin:0 0 0 0;}*/
A { 	color:#3c224c;
	cursor:hand;
	font-weight:bold;
	text-decoration:none;
}
A:HOVER {color:white;}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 150px;
}
#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}
#navlist li a { text-decoration: none; color: gray;}
#navlist li a:hover { text-decoration: none; color: white;}
#navcontainer { width:150px;}
-->
</STYLE>