/* ===============================================
The style for the links page
=============================================== */
table.links
	{
	width: 100%;
	border-collapse: collapse;
	
	}
td.linkscat
	{
	vertical-align: top;
	font-weight: 900;
	width: 145px;
	background-image: url(); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top;
	padding-left: 10px;
	}


A.linkcat:hover
	{
	}

A.linkcat
	{
	}

A.linkcat:active
	{
    	}

A.linkcat:visited
	{
	}

td.linksubcat
	{
	vertical-align: top;
	width: 145px;
	background-image: url(); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top;
	padding-left: 10px;
	}

div.linksubcatlink
	{
	font-weight: 900;
	}

A.linksitem:hover
	{
	}

A.linksitem
	{

	}

A.linksitem:active
	{

	}

A.linksitem:visited
	{

	}


