﻿body
{
	font-size: 9pt;
	color: black;
	font-family: Verdana;
}
A:Link
{
	color: teal;
	font-family: Verdana;
	text-decoration:none;
}
A:Visited
{
	color: teal;
	font-family: Verdana;
	text-decoration:none;
}
A:Active
{
	color: orchid;
	font-family: Verdana;
	text-decoration:none;
}
    .bigtitle
{
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Copperplate Gothic Light' , Tahoma;
}
.subtitle
{
	font-size: 12pt;
	font-weight: bold;
	font-family:  'Copperplate Gothic Light' , Tahoma;
	vertical-align: bottom;
	color: gray;
}
    .rowheader
{
	background-color: mintcream;
	font-weight: bold;
	color: seagreen;
}
.rowedgeheader
{
	background-color: mintcream;
	font-weight: bold;
	color: seagreen;
	border-top: mintcream thin ridge;
}
.rowedgeselected
{
	background-color: lightcyan;
	font-weight: bold;
	color: teal;
	border: mintcream thin outset;
}
.edgeheader
{
	border-top: mintcream thin ridge;
}
.sectionheader
{
	background-color: #73a6a9;
	font-weight: bold;
	color: white;
	font-family: Corbel, 'Californian FB' , Constantia, 'Bell MT' , Georgia, Latha, 'Kristen ITC';
	font-size: medium;
}
.treeheader
{
	font-size: 24pt;
	color: teal;
	border-bottom: lightcyan ridge 8px;
	
	font-family: Corbel, 'Californian FB' , Constantia, 'Bell MT' , Georgia, Latha, 'Kristen ITC';
}
.detaillabel
{
	color: teal;
	font-weight: normal;
}
.detail
{
	font-weight: bold;
}
.menu
{
	font-weight: bold;
	color: teal;
	font-family: Verdana;
	text-decoration:none;
}
.menu-over
{
	font-weight: bold;
	color: mediumseagreen;
	font-family: Verdana;
	background-color: honeydew;
}

