body {
	background-color: white;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Menu {
	color: black;
}

a.Menu:hover {
	text-decoration: none;
}

a.Menu:visited {
	color: black;
}

a.TextLink {
	color: #515a96;
}

a.TextLink:hover {
	color: #515a96;
	text-decoration: none;
}

a.TextLink:visited {
	color: #515a96;
}

a.ExtLink {
	color: #515a96;
}

a.ExtLink:hover {
	color: #515a96;
	text-decoration: none;
}

a.ExtLink:visited {
	color: #515a96;
}

a.ExtLink:before {
	content:url(/img/extlink.gif);
}

em {
	color: #515a96;
	font-style: normal;
	font-weight: bold;
}

h1 {
	color: #515a96;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 14px;
	text-align: left;
}

h2 {
	color: #515a96;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 14px;
	text-align: left;
}

h3 {
	color: #515a96;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 14px;
	text-align: left;
}

td {
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
}

td.content {
	vertical-align: top;
}

td.form {
/*	background-image: url(/img/grey.gif);  */
}

tr.Menu {
	color: black;
	cursor: pointer;
}

tr.Menuhover {
	background-image: url(/img/bgm.gif);
	background-repeat: repeat;
	cursor: pointer;
/*	background-color: #f9d02f; */
}

tr.YellowHdr {
	background-color: #fff5c5;
}

tr.Yellow {
	background-color: #fff5c5;
	vertical-align: top;
}

tr.White {
	background-color: #ffffff;
	vertical-align: top;
}

ul.jQuest {
	list-style-image: url(/img/hakenkl.gif);
}

.small {
	font-size: 10px;
}

#indent {
	margin-left: 20pt;
}

#must {
	color: red;
}

#px6 {
	color: #F3C100;
	font-size: 8px;
}

#px6 a {
	color: #F3C100;
	font-size: 8px;
	text-decoration: none;
}


