body
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #dddddd;
}
a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.emphasis
{
	color: #000000;
	font-weight: bold;
}

.smalllink
{
	font-size: 8pt;
}

/* Stuff for the grids */
.ResultRowA {background-color: #cccccc}
.ResultRowB {background-color: #b7b7b7}
.ResultRowSelected {background-color: #9471DE; font-weight: bold}
.ResultRowHeader {background-color: #999999; font-weight: bold}
.ResultRowFooter {background-color: #999999; font-weight: bold; text-align:right}


.positioning {position: absolute; left: 25px; top: 15px}


