a.NormalLink:link, a.NormalLink:visited, a.NormalLink:active
{
	color:White;
	text-decoration: none;
}
a.NormalLink:hover
{
	color:White;
	text-decoration: underline;
}

a.onWhiteLink:link, a.onWhiteLink:visited, a.onWhiteLink:active
{
	color:#002077;
	text-decoration: none;
	font-size:small;
	font-weight: bold;
}

a.onWhiteLink:hover
{
	color: #002077;
	text-decoration: underline;
	font-size:small;
	font-weight: bold;
}

th.IssueListHeader, .ProjectListHeader
{
	font-size:small;
}

td.IssueListDataEven, .ProjectListDataEven
{
	background-color:#C8C8FF;
	font-size:small;
}

td.IssueListDataOdd, .ProjectListDataOdd
{
	font-size:small;
}