@import url(yum.css);
@import url(calendar.css);
@import url(navigation.css);

/* ----- Generic ----- */

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1em;
}

ul, ol {
	margin: 10px 0 10px 25px;
}

li ul, li ol {
	margin: 0 0 0 25px;
}

li p {
	line-height: inherit;
	margin: 0;
}

blockquote {
	margin-left: 25px;
}

th {
	text-align: left;
}

td, th {
	empty-cells: show;
	vertical-align: top;
	font-size: 11px; /* IE 5.x */
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

acronym {
	border-bottom: 1px dashed;
	cursor: help;
	font-style: normal;
}

a img {
	border: 0;
}

hr {
	border: 0;
	clear: both;
	height: 1px;
	visibility: hidden;
}

table {
	/* IE 5.x */
	voice-family: "\"}\"";
	width: 100%;
	voice-family: "\"}\"";
}

.clearall {
	clear: both;
}

