body
{
    background-color: #FCFFE8;
}
h2
{
    color: green;
}
h3
{
    color: blue;
}

p
{
    color: #333;
    font-size: .9em;
    font-family: 'Segoe UI', Tahoma, Verdana, Trebuchet MS, sans-serif;
    letter-spacing: .02em;
}

/* this is used in the master pages */
.PageFooter
{
    color: #000080;
    font-size: 8pt;
    line-height: 1.3em;
    font-family: 'Segoe UI', Tahoma;
}

td
{
    color: #333;
    font-size: .9em;
    line-height: 1.4em;
    font-family: 'Segoe UI', Tahoma, Verdana, Trebuchet MS, sans-serif;
    letter-spacing: .02em;
}


.PageTitle
{
    background-color: #eee;
    font-size: 14pt;
}

.Footer
{
    background-color: #ffcc99;
    font-size: 10pt;
}

.Tracks
{
    font-size: 12pt;
    vertical-align: bottom;
}

.Block
{
    background-color: rgb(237, 239, 224);
}

.PageTable
{
    width: 688px;
    margin-left:auto; margin-right:auto;
    vertical-align: middle;
}

.ResultHead
{
    font-size: larger;
    color: #003366;
}

.OldResultHead
{
    font-size: larger;
    color: #336666;
}
.hidden
{
	display: none;
}
div#header
{
	margin: -2px 0px 4px -4px;
}
div.content
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	min-width: 640px;
	max-width: 820px;
	padding: 0 5px 4px 5px;
	border: solid 1px #cccccc;
	_width: expression(document.body.clientWidth < 658 ? "648px" : document.body.clientWidth > 852 ? "850px" : "auto");
}
