body {
	background-color: #F0F0F0;
	color: #3b3b3b;
	font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	vertical-align: baseline;
}

p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 80%;
}

h1 h2 h3 h4 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 90%;
}

li ul ol {
	margin: 0 1em;
	font-size: 80%;
}

ul {
	margin: 0 1em 1em;
}

ul {
	list-style-type: disc;
	font-size: 80%;
}

ol {
	counter-reset: item;
	font-size: 80%;
}

ol > li {
	display: block
}

ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
}

a, input {
	outline-style: none;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #003366;
}

a:hover {
	color: #3366FF;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
	margin-bottom: 0.25em;
}

table.students {
	width: 80%;
	border: 1px dashed #d4d4d4;
}
table.students th, td {
	padding: 10px;
}
table.students td {
	width: 40px;
}
span.sectiontitle {
	font-weight: bold;
	color: #B40404;
	font-size: 1em;
}
div.block {
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: dashed;
	border-color: #0099FF;
	margin-bottom: 10px;
	padding: 50px;
	padding-bottom: 50px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

#image, .block {
	-webkit-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.75);
}
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}