﻿div.quicklinksheader
{
	width: 280px;
	color: #999999;
	padding-left: 20px;
	padding-bottom: 5px;
	font-variant: small-caps;
	font: normal normal normal 11pt/normal Times, Serif;
}
div.quicklinkstop
{
	height: 5px;
	width: 320px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(Images/quicklink_top.gif);
}
div.quicklinks
{
	width: 320px;
	background-repeat: repeat-y;
	border-top: solid 1px #DDDDDD;
	background-position: center top;
	background-image: url(Images/quicklink_back.gif);
}
div.quicklinks div
{
	padding: 5px 0px 5px 20px;
	border-bottom: solid 1px #DDDDDD;
}
div.quicklinks div a
{
	color: White;
	font: normal normal normal 8.5pt/normal Tahoma, Arial, Verdana, San-Serif;
}
div.quicklinks div a:hover
{
	text-decoration: underline;
}
div.quicklinksbottom
{
	height: 15px;
	width: 320px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(Images/quicklink_bottom.gif);
}