﻿/*this is a class to style the design table*/
.LinksDesignTable {
width: 240px;
}

.Quicklink{color: #00724d;
display:block;
padding: 4px 5px; 4px 5px;
font-size: 12px;
}

a.Quicklink:link{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #288e72;
}

a.Quicklink:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #288e72;}

a.Quicklink:active{
	text-decoration: none;
	color: #474220;
	font-weight: bold;
	background-color: #288e72;}

a.Quicklink:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #ac5463;}