﻿/*this is a class to style the design table*/
.LinksDesignTable 
{
	margin-left:-2px;
	/*width:170px;*/
		
	
}
.Link_Button
{
	background-image:url(link_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
}
a.Link_Button,a.Link_Button:link{}
a.Link_Button:hover{color:#cc0000; text-decoration:underline;}


