/* CSS Mini Rest: http://www.vcarrer.com/2010/05/css-mini-reset.html */
/*
html, body, div, form, fieldset, legend, label {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img { border: 0; }


#skip-navigation { position: absolute; left: -9999px; }
#skip-navigation:focus,
#skip-navigation:active { left: 0; top: 0; }


@media print {
	h1 { font-size: 16pt; }
	h2 { font-size: 14pt; }
	h3 { font-size: 12pt; }
}
*/