/* CSS - Sitewide Fonts True North Forestry */

BODY
{	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
/* This is the True North Title in the front page header */
H1 { font-size:24px; color: #800000; }
H2 { font-size:18px; color: #800000; }

H3 { font-size:18px; }
H4 { font-size:16px; }

/* Define link, visited and hover properties */
a:link 				{	color: #003333;
						text-decoration:none;	}
a:visited 			{	color: #003333;
						text-decoration:none;	}
a:hover 			{	color: #800000;	}

.heading3			{	font-size:12px;	}
#footerLevel1		{	color:#CCCCCC;	}
#footerLevel1 a		{	color:#cccccc;	}  

.fntHeading1		{
	font-size:13px;
	font-weight:lighter;
	color:#2B3922;
	letter-spacing:0.1ex;
	background-color: #E0E5DE;
	font-style: normal;
}
/* Front Page */
.spacedCentury		{	font-family:"Century Gothic", Arial;
						font-size:12px;
						letter-spacing:.1ex;	}
.fntHeading3,
.fntHeading3 *		{	letter-spacing:0.1ex;
						font-size:12px;}
						
.fntTextDetail		{	line-height:18px;
						color:#2B3922;		}
.fntTextDetailHd	{	letter-spacing:.1ex;
						font-weight:bold;
						font-size:11px;}
						
.homeTextSmDetail	{	line-height:20px;
						color:#333333;		}
						
.fntTextSmDetail	{	line-height:20px;
						color:#333333;		}

