﻿body
{
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
}
A
{
	font-size: 9pt;
	color: #666666;
}
/*
dark purple #660066
light purple #C7B9D7
grey #666666
*/

.title
{
	font-size: 14pt;
	color: #666666;
	font-weight: bold;
}
.head
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	color: #660066;
	font-weight: bold;
}
.menu
{
	font-size: 10pt;
	color: #666666;
	background-color: #c7b9d7;
	font-family: Verdana,Arial, Sans-Serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
}
.selectedMenu
{
	border-right: #660066 thin ridge;
	border-top: #660066 thin ridge;
	border-left: #660066 thin ridge;
	border-bottom: #660066 thin ridge;
	background-color: #c7b9d7;

}

.homeLinks
{
	text-decoration: none;
	color: black;
	cursor: hand;
 }

.smLink
{
	font-size: 10pt;
	color: #660066;
	font-family: Verdana,Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}
.smHead
{
	font-size: 10pt;
	color: #660066;	
	font-family: Verdana,Arial, Sans-Serif;
	
	font-weight: bold;
	text-decoration: none;
}

.tabletext
{
	font-size: 10pt;
	font-family: Arial, Monospace;
	color: black;
	border-right: #660066 1px solid;
	border-left: #660066 1px solid;
	border-top: #666666 9px solid;
	border-bottom: #660066 6px solid;

}
.notes
{
	background-color: #666666;
	color: White;
	text-align:left;
}

A.notes
{
	
	color: White;
	text-align:left;
}

.members
{
	font-size: 10pt;
	font-family: Arial, Monospace;
	color: black;
	border-right: #660066 1px solid;
	border-left: #660066 1px solid;
	border-top: #666666 9px solid;
	border-bottom: #660066 6px solid;
}

.memLabels
{
	font-style: italic;
	vertical-align: top;
	margin-bottom: 5px;
	margin-right: 6px;
	text-align: right;
}
