* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	background-color: #fff;
	font-family: "Tahoma", "Arial", "MS Sans Serif", "Times New Roman" sans-serif;
	font-size: 11pt;
	}

/* --- CONTAINERS --- */
* { }

/* --- SUB CONTAINERS --- */
div#print {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #eee;
	}

/* --- LISTS --- */
*.x {
	display: none;
	}

/* --- TYPOGRAPHY --- */
div#print {
	color: #eee;
	background-color: inherit;
	font-family: "Times New Roman";
	font-size: 14pt;
	text-align: center;
	}
div#print strong {
	display: block;
	color: #000;
	background-color: inherit;
	font-size: 17pt;
	}

/* --- FORMS --- */
* { }