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

body {
	background-color: #D9DBE8;
}
.location {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}.smalltext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	font-style: italic;
}
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.bulletlist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
}

