/* Color scheme. Select color number below and do Replace All , Project */
/* Primary: #526157 (text, darkest) */
/* Secondary: #C4C9C4 (mid tone) */
/* Tertiary (background): #A4ADA4 */

.BackLink
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
	text-decoration: none;
}

.BackLink:Hover
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #C4C9C4;
	text-decoration: none;
}

.BasicLink
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #526157;
	text-decoration: underline;
}

.BasicLink:Hover
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.BannerLink-Lt
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
	text-decoration: underline;
}

.BannerLink-Lt:Hover
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #A4ADA4;
	text-decoration: underline;
}

.FooterLink
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #C4C9C4;
	text-decoration: underline;
}

.FooterLink:Hover
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #A4ADA4;
	text-decoration: underline;
}

.BannerLight
{
	padding: 0 6 0 6;
	background-color: #C4C9C4;
	border-top: solid 1pt #526157;
	border-right: solid 1pt #526157;
	border-bottom: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
}

.BannerDark
{
	padding: 0 6 0 6;
	background-color: #88938D;
	border: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #C4C9C4;
}

.BasicText
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
}

.Content
{
	padding: 6 6 6 6;
	background-color: #C4C9C4;
	border: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
}

.FormText
{
	padding: 2 3 2 3;
	background-color: #C4C9C4;
	border: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #526157;
}

.FormTextBox
{
	background-color: #C4C9C4;
	border: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
	width: 250;
}

.FormDrop
{
	background-color: #C4C9C4;
	border: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
	width: 150;
}

.FormLabel
{
	padding: 2 3 2 3;
	background-color: #C4C9C4;
	border: solid 1pt #526157;
	color: #526157;
	width: 95;
}


.FormButton
{
	background-color: #A8ADA8;
	border: solid 1pt #526157;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
	width: 75;
}

.ImgDesc
{
	padding: 6 6 6 6;
	background-color: #C4C9C4;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	color: #526157;
}

.BasicHead
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #526157;
}

.Subhead
{
	padding: 0 4 0 4;
	background-color: #A8ADA8;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #526157;
}

.LargeSubhead
{
	padding: 0 4 0 4;
	background-color: #A8ADA8;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #526157;
}

.GridImage
{
	border: solid 1pt #526157;
	color			: #669999;
	font-family		: Arial, Verdana;
	font-size		: 10pt;
	font-weight		: bold;	
	padding: 0 0 0 0;
}

UL
{
	margin-left: 17;
	margin-top: 6;
	margin-bottom: 6;
}

LI
{
	margin-bottom: 6;
}

.Primary
{
	color: #526157;
}