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

body {
	font: 62.5%; /* 1em = 10px */
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px !important;
	padding: 0px !important;
}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

h1 {
	font-size:1.4em;
	color:#000;
	margin-top:0px;
	margin-bottom:-2px;
}

p {
	color:#000;
	font-size: .9em;
	line-height:1.3em;
	margin-top:-2px;
	margin-bottom:10px;
}

.footer {
	color:#333;
	font-size: .7em;
	line-height:1.3em;
	margin-top:-2px;
	margin-bottom:10px;
}

ul {
	font-size:.9em;
	margin-left:-15px;
	margin-top:-5px;
	list-style:square;
}

li {
	padding:2px;
	}