﻿h1
{
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Trebuchet MS';
	font-variant: small-caps;
	color: #808080;
	font-size: 14pt;
}
h2
{
	font-weight: bold;
	text-transform: capitalize;
	font-family: 'Trebuchet MS';
	font-variant: small-caps;
	color: #808080;
	font-size: 10pt;
}

P
{
	font-size: small;
	font-family: Verdana;
	color: #808080;
}

/* Links */
/* General links */
.menutablelink
{
	color: blue;
	font-weight: bold;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
.menutablelink:hover {color: red; text-decoration: underline;}
.menutablelink:visited {color: red; text-decoration: none;}

/* Header link */
.headerlink
{
	color: white;
	font-weight: bold;
	font-size: small;
	font-family: Verdana;
	text-decoration: none;
}
.headerlink:hover {text-decoration: underline;}
.headerlink:visited {text-decoration: none;}

/* Footer link */
.footerlink
{
	color: #808080;
	font-weight: bold;
	font-size: small;
	font-family: 'Trebuchet MS';
	text-decoration: none;
}
.footerlink:hover {color: black; text-decoration: underline;}
.footerlink:visited {color: black; text-decoration: none;}

/* Tables */
/* Background table. */
.backgroundtable
{
}

/* Main layout table. */
.layouttable
{
}
.layouttablefooter
{
	vertical-align: top;
	text-align: center;
	font-size: small;
	font-family: Verdana;
	background-image: url(Images/JTPickfordsFooter.jpg);
	background-repeat: no-repeat;
}

.leftlogo
{
	font-size: 9pt;
	font-family: Verdana;
	color: black;
	text-align: center;
	vertical-align: top;
	background-color: #00FFFF;
}

/* Left menu table. */
.menutableitem
{
	font-size: 9pt;
	font-family: Verdana;
	color: black;
	text-align: center;
	vertical-align: top;
}
.menutableheader
{
	font-size: small;
	font-family: Verdana;
	color: black;
	text-align: center;
	font-weight: bold;
	background-image: url(Images/JTPickfordsLeftMenu.jpg);
	background-repeat: no-repeat;
}
.menutablefooter {}

.BodyText
{
	font-family: 'Trebuchet MS';
	color: #808080;
	font-size: 10pt;
}

/* FDCart Styles. */
.EditProductFieldHeader
{
	font-size: 9pt;
	font-family: Verdana;
	color: black;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

