﻿
/* general body style */
body
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
}

/* links used for footer items */
A.footerLinks:link
{
	text-decoration: none;
}

A.footerLinks:visited
{
	text-decoration: none;
}

A.footerLinks:hover, active
{
	text-decoration: underline;
}

/* links used for breadcrumb navigation */
A.navLinks:link
{
	font-size: 7.5pt;
	color: Blue;
	text-decoration: underline;
}

A.navLinks:visited
{
	font-size: 7.5pt;
	color: Blue;
	text-decoration: underline;
}

A.navLinks:hover, active
{
	font-size: 7.5pt;
	color: Blue;
	text-decoration: underline;
}

.CurrentLink
{
	font-size: 7.5pt;
	color: black;
}

A.listTypeLinks:link
{
	font-size: 8pt;
	color: Black;
	text-decoration: underline;
}

A.listTypeLinks:visited
{
	font-size: 8pt;
	color: Black;
	text-decoration: underline;
}

A.listTypeLinks:hover, active
{
	font-size: 8pt;
	color: Black;
	background: #FFE16C;
	text-decoration: none;
}


/* links used for menu items */
A:link 
{ 
	color: #000000; 
	text-decoration: none 
}

A:visited 
{
	color: #000000;
	text-decoration: none 
}

A:hover 
{ 
	color: #000000; 
	text-decoration: none 
}

A:active 
{ 
	color: #000000; 
	text-decoration: none 
}

.linktitle 
{
	font-size:small;
	font-weight:bold;
}
.red{color:#BF311A;}
