body 
{
background-color: #082141;

tr
{
font-family: tahoma;
font-size:11px;
font-weight: normal;
color: #ffffff;
}

td
{
font-family: tahoma;
font-size:11px;
color: #414141;
font-weight: normal;
}

.Link1, a.Link1
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
	a:hover.Link1
	{
		color:orange;
		font-weight:bold;
		text-decoration:none;
	}
	
.Link2, a.Link2
{
	color:#167fb0;
	text-decoration:none;
}
	a:hover.Link2
	{
		color:#f26722;
		font-weight:bold;
		text-decoration:none;
	}
	
.Link3, a.Link3
{
	color:#167fb0;
	text-decoration:none;
}
	a:hover.Link3
	{
		color:#f26722;
		font-weight:normal;
		text-decoration:none;
	}
	
.sublink, a.sublink
{
	color:#f26722;
	text-decoration:none;
}
	a:hover.sublink
	{
		color:#414141;
		font-weight:normal;
		text-decoration:none;
	}