html {
	color: #101010;
	background: #ffffff;
	font-family: sans-serif;
}

a {
	color: #3388d0;
}

a:visited {
	color: #606060;
}

a:hover {
	color: #d08833;
}

abbr {
	border-bottom: 1px dotted #000000;
	cursor: help;
}

caption {
	font-size: 1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
}

img {
	border: none;
}

div.icia img {
	float: right;
	border: none;
	margin: 1em;
}

table {
	width: 90%;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-collapse: collapse;
	margin: 1em auto;
}

td, th {
	color: #101010;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 0.3em 1em;
	text-align: center;
}

thead th, tfoot th {
	background: #f0f5fe;
	text-align: center;
	font: bold 1.3em/1.3em sans-serif;
	color: #66a3d3;
}

input {
	min-width: 10em;
	margin: 0.5em;
}

span.latin {
	font-style: italic;
}

span.strike {
	text-decoration: line-through;
}
