/* Style sheet for Three Trees Ltd web site */

/* All headers are in Century Gothic or an appropriate alternate font */
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
/* h1: top of page header */
h1
{
	font-weight: bold;
	text-align: right;
	font-size: 18pt;
	color: #3296C8;
	margin-top: 0;
	margin-bottom: 18;
}
/* dfn tag embedded within h1 header */
/* used here to switch text from bold to normal */
/* see Consultant's Profile pages */
h1 dfn
{
   font-style: normal;
   font-weight: normal;
}
/* h2: minor header within page */
h2
{
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
	color: #3296C8;
	margin-top: 12;
	margin-bottom: 3;
}
h3
/* h3: table headings */
/* e.g., list of clients and projects in Information page */
{
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
}
h3.hleft
{
	text-align: left;
}
h3.hright
{
	text-align: right;
}
/* h5: special text items using the same font as headers */
h5
{
	font-weight: normal;
	text-align: left;
	font-size: 11pt;
	margin-top: 3;
	margin-bottom: 3;
}
h5.indented
/* "indented" class of h5 header used in Contact Us page */
{
	margin-left: 0.3in;
	margin-top: 0;
	margin-bottom: 0;
}
/* h6: used for the language selection links */
/* see left.htm, left_en.htm and left_fr.htm */
h6
{
	font-weight: normal;
	text-align: center;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
}
/* p: normal text format */
p
{
	font-family: Bookman Old Style, Times;
	font-size: 11pt;
	text-align: justify;
}
p.emphasized
/* "emphasized" class: same as normal text but in italic */
{
	font-style: italic;
}
/* "minor" class: text in smaller print */
/* Looks better if not justified */
p.minor
{
	font-size: 10pt;
	text-align: left;
	margin-top: 6;
}
/* "item1" and "item2" classes: used for items in grids */
/* See Information page (list of project clients) */
p.item1
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 6;
	margin-bottom: 0;
}
p.item2
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
/* "footnote" class: small print at the bottom of a page */
/* e.g., notes about registered trade marks */
p.footnote
{
	font-size: 8pt;
	text-align: left;
	margin-top: 18;
	margin-bottom: 0;
}
/* "bottom" class: for text htperlinks to pages at the bottom of every page */
/* see bottom_en.htm and bottom_fr.htm*/
p.bottom
{
	font-size: 10pt;
	text-align: center;
	margin-top: 18;
	margin-bottom: 0;
}
/* "copyright" class: for the copyright notice at the very bottom of every page */
/* see bottom_en.htm and bottom_fr.htm*/
p.copyright
{
	font-size: 8pt;
	text-align: center;
	margin-top: 18;
	margin-bottom: 0;
}