DOCUMENT, BODY
{
	padding: 0px;
	background-color: #eaf2ff;
}
BODY, DIV, P, SPAN, LI, TD
{
	font-family: Arial, helvetica, sans-serif, Verdana;
}
#Head
{
	display: table-row;
}
#Head DIV, #Head IMG
{
	display: table-cell;
	vertical-align: middle;
}
#Head DIV
{
	width: 100%;
	text-align: right;
	padding-right: 20pt;
}
#Head A
{
	vertical-align: middle;
	font-weight: bold;
	color: #00204c;
	text-decoration: none;
}
#Head A.Selected, #Head A:hover
{
	color: #a700fa;
}

.Table
{
	display: inline-table;
}
.TableRow
{
	display: table-row;
}
.TableCell
{
	display: table-cell;
	vertical-align: middle;
	padding: 0pt 4pt 0pt 4pt;
}