body, table
{
    font-family: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}
form
{
	margin: 0px;
}
a:link, a:visited
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: underline;
	color: Blue;
}
.xxsmall
{
	font-size: 6pt;
}
.xsmall
{
	font-size: 8pt;
}
.small
{
	font-size: 10pt;
}
.medium
{
	font-size: 12pt;
}
.large
{
	font-size: 14pt;
}
.xlarge
{
	font-size: 16pt;
}
.xxlarge
{
	font-size: 18pt;
}
.gridrow_MouseOver
{
	background-color:#FFFFCC;
	font-size: 8pt;
}
.gridrow_MouseOut
{
	background-color:#ffffff;
	font-size: 8pt;
}
.gridrow_MouseOutAlt
{
	background-color: #f0ecde;
	font-size: 8pt;
}
a.thumblink:link, a.thumblink:visited
{
	border: 1px solid #999999;
}
a.thumblink:hover
{
	border: 1px solid Blue;
}