table.sortable th 
	{
	    border-bottom: 1 solid #cccccc;
	    font-weight: bold;
	    background-color: #003366;
	    color: #ffffff;
	}

table.sortable a.sortheader 
	{
	    font-weight: bold;
	    color: #ffffff;
	}

table.sortable td
	{
		color: #003366;
	}

tr.hover1
	{
		background-color: #ccdddd;
		cursor: default;
	}
tr.hover1 td
	{
		color: #000000;
	}

tr.hover2
	{
		background-color: #ffffff;
		cursor: default;
	}
tr.hover2 td
	{
		color: #003366;
	}

tr.hover1s
	{
		background-color: #7F9DB9;
		cursor: default;
	}
tr.hover1s td
	{
		color: #ffffff;
	}

tr.hover1s a:active
	{
		color: #ffffff;
	}

tr.hover2s
	{
		background-color: #003366;
	}
tr.hover2s td
	{
		color: #ffffff;
	}
.underline
	{
		border-bottom: 1px solid #cccccc;
	}

	
