@charset "UTF-8";
/* CSS Document */

body {
	background-color: #F1C4DF;
	height: 16px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #FFCCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCCFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCCFF;
}
.Menu {
	line-height: 160%;
}

.Menu .active{
	color:#fff;
	pointer-events:none;
	font-weight:bold;
}

.Heading {
	font-size: 18px;
	font-weight: bold;
}

.clear{
	clear:both;
}

.contact{
	margin-top:20px;
}

.contact .text{
	float:left;
	width:140px;
	margin-bottom:10px;
}

.contact .field{
	float:left;
	width:300px;
	margin-bottom:10px;
}

td img {display: block;}body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}

ol li{
	margin-bottom:10px;
}
