body
{
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}

h1 {
	color: red;
	text-align: center;
}

table.platInfo {
	border-width: 1px;
	border-style: outset;
	empty-cells: hide;
	margin: 0 auto;
}

table.platInfo td {
	text-align: left;
}

table.platInfo th {
	text-align: right;
	background-color: rgb(245, 245, 245);
	padding-right: 5px;
}

td.spacer {
	border-width: 0px;
	width: 25px;
}

a
{
	text-decoration: none;
	/* display: block; */
}

a.clearPlat:hover
{
	background-color: #eef;
}

a.pVolume:hover
{
	background-color: #efe;
}

span.pVolume
{
	background-color: #dfd;
	font-weight: bold;
}

a.pPage:hover
{
	background-color: #fee;
}

span.pPage
{
	background-color: #fcc;
	font-weight: bold;
}

div.selectPlat
{
	color: #555;
	font-size: smaller;
	letter-spacing: 1px;
	/*
	left: 50%;
	margin-left: -45%;
	margin-top: -40%; 
	position: absolute;
	top: 80%;
	height: 200px;
	*/
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

p.pleaseSelect
{
	color: black;
	font-style: italic;
	text-align: center;


.selectPlat a
{
	display: inline;
	text-decoration: underline;
}

div#recorderLinks {
	position: absolute;
	top: 5px;
	left: 5px;
}

form.centered
{ 
	text-align: center;
}

form.centered table
{
	margin: 0px auto;
	text-align: left;
}

