body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 10pt;
}

.Coleft {
	background-color: #EEEEEE;
	position: absolute;
	width: 20%;
	left: 1%;
	display: block;
	padding: 0px 5px 5px;
	top: 200px;
}

.Colright {
	background-color: #EEEEEE;
	width: 20%;
	left: 79%;
	right: 99%;
	position: absolute;
	top: 200px;
}

.Colright.a.link {
	background-color: #EEEEEE;
	width: 20%;
	left: 79%;
	right: 99%;
	position: absolute;
	top: 200px;
}

.titel {
	font-weight: bold;
	color: #6666FF;
	border-bottom-style: dotted;
	border-top-color: Black;
	border-bottom-color: #6666FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	// background-color: #FFFFFF;
	font-size: 14pt;
}

.Maintitel {
	color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: Black;
	border-bottom-color: Black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #6666FF;
	font-size : 16pt;
	text-indent: 10px;
	vertical-align: middle;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	border-bottom-width: 1px;
}

a:hover {
	color: #FFFFFF;
	background-color: #6666FF;
}

a:active {
	color: #FF0000;
}

#text a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
}

#text a:visited {
	color: #333333;
	text-decoration: none;
}

#text a:hover {
	color: #000000;
	background-color: #CCCCCC;
}

#text a:active {
	color: #FF0000;
}

.MidCol {
	background-color: #FFFFFF;
	position: absolute;
	left: 25%;
	width: 50%;
	top: 200px;
}


strong {
	font-weight: bolder;
	color: #6666FF;
}

.small {
	font-size: smaller;
}

.Block {
	background-color: #FFFF66;
	display: block;
	padding: 10px;
}

