/* CSS Document */

a:visited, a:active, a:link
{
	color:#005a9c;
	text-decoration:none;
}
a:hover
{
	color:#000000;
	text-decoration:underline;
}

a:visited.sub, a:active.sub, a:link.sub
{
	color:#005a9c;
	text-decoration:none;
}
a:hover.sub
{
	color:#000000;
	text-decoration:underline;
}

a:visited.sub2, a:active.sub2, a:link.sub2
{
	color:#ffffff;
	text-decoration:none;
}
a:hover.sub2
{
	color:#ffcc00;
	text-decoration:underline;
}

a:visited.other_service, a:active.other_service, a:link.other_service
{
	color: #000000;
	text-decoration: none;
}
a:hover.other_service
{
	color: #000000;
	text-decoration: none;
}
a:visited.contact, a:active.contact, a:link.contact
{
	color: #ffffff;
	text-decoration: none;
}
a:hover.contact
{
	color: #ffffff;
	text-decoration: none;
}

a:visited.bluej, a:active.bluej, a:link.bluej
{
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a:hover.bluej
{
	font-size:10px;
	color: #000000;
	text-decoration: underline;
}
a:visited.contract_listing, a:active.contract_listing, a:link.contract_listing
{
font-family: tahoma;
font-size: 11px;
color:#000000;
font-weight:bold;
padding-right: 10px;
text-decoration:none;
}
a:hover.contract_listing
{
font-family: tahoma;
font-size: 11px;
font-weight:bold;
color:#FF0000;
padding-right: 10px;
text-decoration:underline;
}

a:visited.admin_left, a:active.admin_left, a:link.admin_left
{
font-family: tahoma;
font-size: 11px;
color:#000000;
font-weight:bold;
padding-right: 10px;
text-decoration:none;
}
a:hover.admin_left
{
font-family: tahoma;
font-size: 11px;
font-weight:bold;
color:#FF0000;
padding-right: 10px;
text-decoration:underline;
}