body, table
{
	font-size: 11pt;
	line-height: 18px;
}

a:link, a:visited, a:active
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #FF0000;
}


/*Download List*/
table.DownloadList
{
}
table.DownloadList td.Title
{
	font-weight: bold;
	color: #FFF;
}
table.DownloadList tr.List td
{
	cursor: pointer;
	/*border-bottom: dotted 1px #808080;*/
}

.over
{
	background-color:brown;
	color:yellow;
	font-size:12pt;
	font-weight:bold;
	cursor:pointer;
}

table.DownloadList tr.G1
{
	background-color:#ffffe0;
}

table.DownloadList tr.G2
{
	background-color:#c0ffff;
}