﻿/*this is a class to style the design table*/
.LinksDesignTable 
{
	display:block;
	width:180px;
	margin-left:3px;
	margin-top:4px;
	margin-bottom:4px;
	
}

.LinksDesignTable td
{
	padding:1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	width:180px;
	display:block;
	background-image:url(linkback.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.LinksDesignTable a
{
	display:block;
	padding-left:14px;	 
	padding-right:4px;
	padding-top:5px;
	padding-bottom:5px;
	color:#004655;
	font-size:12px !important;
	font-weight:bold !important;
	
}
.LinksDesignTable a:hover
{
	
	text-decoration:none;
	color:#004655;
	font-size:12px;
	font-weight:bold;
	background-image:url(linkback_h.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	
}
