﻿/*this is a class to style the design table*/
.LinksDesignTable {
width: 170px;
}

.Quicklink{color: #33CC99;
display:block;
padding: 4px 5px; 4px 5px;
font-size: 12px;
}

a.Quicklink:link{
	text-decoration: none;
	color: #FFFFFF;
	border-left: 3px #00a4e3 solid;
	font-weight: bold;
	background-color: #5f604b;
}

a.Quicklink:visited{
	text-decoration: none;
	color: #FFFFFF;
	border-left: 3px #00a4e3 solid;
	font-weight: bold;
	background-color: #5f604b;}

a.Quicklink:active{
	text-decoration: none;
	color: #474220;
	border-left: 3px #00a4e3 solid;
	font-weight: bold;
	background-color: #d3d2c4;}

a.Quicklink:hover{
	text-decoration: none;
	color: #474220;
	border-left: 3px #00a4e3 solid;
	font-weight: bold;
	background-color: #d3d2c4;}