body {
	font-family: "Times New Roman", "New York", serif;
	font-variant: small-caps;
	color: #000000;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0f0f0f;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

a.selected {
	font-weight: bold;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

a.img_link:hover {
	border: none;
}

table.centered_all {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto auto;
	vertical-align: middle;
}

table.centered_horiz {
	text-align: center;
	position: relative;
	margin: auto auto;
	vertical-align: middle;
}

table.width_full {
	width: 100%;
}

.inline {
	display: inline;
}

.block {
	display: block;
}
