/* for a css tutorial see: http://www.mkaz.com/reference/css/css3a.html
 * deleted type .abcd:hover {}
 */
.TopNavigation 	               {font-family: Helvetica; font-size: 11pt; text-decoration: none; color:lightcyan; background:blue}
.TopNavigation A:link          {font-family: Helvetica; font-size: 11pt; text-decoration: none; color:lightcyan}
.TopNavigation A:hover         {text-decoration: underline; background-color:cornflowerblue; color:yellow}
.TopNavigation A:visited       {font-family: Helvetica; font-size: 11pt; text-decoration: none;  color:lightcyan}
.TopNavigation A:visited:hover {text-decoration: underline; background-color:cornflowerblue; color:yellow}

.LeftNavigation 	        {font-family: Helvetica; font-size: 14pt; text-decoration: none; color:lightcyan; background:blue }
.LeftNavigation A:link          {font-family: Helvetica; font-size: 14pt; text-decoration: none; color:lightcyan}
.LeftNavigation A:hover         { font-size: 14pt; text-decoration: underline; background-color:darkblue; color:yellow}
.LeftNavigation A:visited       {font-family: Helvetica; font-size: 14pt; text-decoration: none;  color:lightcyan}
.LeftNavigation A:visited:hover { font-size: 14pt; text-decoration: underline; background-color:darkblue; color:yellow}

.LeftNavigationSmall 	{font-family: Helvetica; font-size: 10pt; text-decoration: none; color:lightcyan; background:blue }
.LeftNavigationSmall A:link {font-family: Helvetica; font-size: 10pt; text-decoration: none; color:lightcyan}
.LeftNavigationSmall A:hover { font-size: 10pt; text-decoration: underline; background-color:darkblue; color:yellow}
.LeftNavigationSmall A:visited {font-family: Helvetica; font-size: 10pt; text-decoration: none;  color:lightcyan}
.LeftNavigationSmall A:visited:hover { font-size: 10pt; text-decoration: underline; background-color:darkblue; color:yellow}


/*.Body			{margin: 0px; background: limegreen } or #77ff77*/
.Body			{margin: 0px; background-image:url(./images/TSM77ff77Gradient.jpg); background-repeat:repeat}



.MainBorder    {color:blue; border-style:ridge; border-color:red;  background-image:url(./images/TSM77ff77Gradient.jpg); background-repeat:repeat}

.MainTable		{background-image:url(./images/TSM77ff77Gradient.jpg); background-repeat:repeat}
.CenterPanel		{background:#77ff77; color:firebrick;} 
 /* other CenterPanel settings: #003399 - a kind of dark blue
  */
.CenterTopTable		{background: azure; color:black}
.CenterTopTable		A:link          {text-decoration: none }
.CenterTopTable		A:link:hover    {text-decoration: underline }
.CenterTopTable		A:visited       {text-decoration: none }
.CenterTopTable		A:visited:hover {text-decoration: underline }



h1 {font-family: Verdana; font-size: 16pt; font-weight: bold}
h2 {font-family: Verdana; font-size: 14pt; font-weight: bold}
h3 {font-family: Verdana; font-size: 12pt; font-weight: bold}

.contenth                {font-family: Verdana; font-size: 10pt; text-decoration: none;        color: white; background:coral}
.contenth A:link         {font-family: Verdana; font-size: 10pt; text-decoration: none;        color: yellow}
.contenth A:link:hover   {font-family: Verdana; font-size: 10pt; text-decoration: underline;   color: white}
.contenth A:visited      {font-family: Verdana; font-size: 10pt; text-decoration: none     ;   color: yellow}
.contenth A:visited:hover{font-family: Verdana; font-size: 10pt; text-decoration: underline;   color: white}

.content0                {font-family: Verdana; font-size: 11pt; text-decoration: none;        color: white; background:royalblue}
.content0 A:link         {font-family: Verdana; font-size: 11pt; text-decoration: none;        color: yellow}
.content0 A:link:hover   {font-family: Verdana; font-size: 11pt; text-decoration: underline;   color: white}
.content0 A:visited      {font-family: Verdana; font-size: 11pt; text-decoration: none     ;   color: yellow}
.content0 A:visited:hover{font-family: Verdana; font-size: 11pt; text-decoration: underline;   color: white}

.content1                {font-family: Verdana; font-size: 11pt; text-decoration: none;        color: white; background:cornflowerblue}
.content1:hover          {font-family: Verdana; font-size: 11pt; text-decoration: underline;   color: yellow}
.content1 A:link         {font-family: Verdana; font-size: 11pt; text-decoration: none;        color: yellow}
.content1 A:link:hover   {font-family: Verdana; font-size: 11pt; text-decoration: underline;   color: white}
.content1 A:visited      {font-family: Verdana; font-size: 11pt; text-decoration: none     ;   color: yellow}
.content1 A:visited:hover{font-family: Verdana; font-size: 11pt; text-decoration: underline;   color: white}

/* this is only being used to view locations -- note that the background is not being set */
.content2                {font-family: Verdana; font-size: 10pt; text-decoration: none;        color: black; background:white}
.content2 A:link         {font-family: Verdana; font-size: 10pt; text-decoration: none;        color: blue}
.content2 A:link:hover   {font-family: Verdana; font-size: 10pt; text-decoration: underline;   color: darkblue}
.content2 A:visited      {font-family: Verdana; font-size: 10pt; text-decoration: none     ;   color: blue}
.content2 A:visited:hover{font-family: Verdana; font-size: 10pt; text-decoration: underline;   color: darkblue}

.content3                {font-family: Verdana; font-size: 10pt; text-decoration: none;        color: black; background:azure}
.content3 A:link         {font-family: Verdana; font-size: 10pt; text-decoration: none;        color: blue}
.content3 A:link:hover   {font-family: Verdana; font-size: 10pt; text-decoration: underline;   color: darkblue}
.content3 A:visited      {font-family: Verdana; font-size: 10pt; text-decoration: none     ;   color: blue}
.content3 A:visited:hover{font-family: Verdana; font-size: 10pt; text-decoration: underline;   color: darkblue}

 /* delete RelatedLink1 class as soon as all the links pages are migrated to being autogenerated */
.RelatedLink1             {font-family: Arial; 	font-size:  8pt;  text-decoration: none;        color: black; background:coral}
.RelatedLink1 A:link         {font-family: Verdana; font-size: 9pt; text-decoration: none;      color: yellow}
.RelatedLink1 A:link:hover   {font-family: Verdana; font-size: 9pt; text-decoration: underline; color: white}
.RelatedLink1 A:visited      {font-family: Verdana; font-size: 9pt; text-decoration: none     ; color: yellow}
.RelatedLink1 A:visited:hover{font-family: Verdana; font-size: 9pt; text-decoration: underline; color: white}

.ReciprocalLink             {font-family: Arial; 	font-size:  8pt;  text-decoration: none;        color: black; background:coral}
.ReciprocalLink A:link         {font-family: Verdana; font-size: 9pt; text-decoration: none;      color: yellow}
.ReciprocalLink A:link:hover   {font-family: Verdana; font-size: 9pt; text-decoration: underline; color: white}
.ReciprocalLink A:visited      {font-family: Verdana; font-size: 9pt; text-decoration: none     ; color: yellow}
.ReciprocalLink A:visited:hover{font-family: Verdana; font-size: 9pt; text-decoration: underline; color: white}

/* should precede Small Black Print */
.RightPanel 	{font-family: Helvetica; font-size: 11pt; text-decoration: none; color:lightcyan; background:blue }
.RightPanel A:link {font-family: Helvetica; font-size: 11pt; text-decoration: none; color:lightcyan}
.RightPanel A:hover {text-decoration: underline; background-color:darkgrey; color:yellow}
.RightPanel A:visited {font-family: Helvetica; font-size: 11pt; text-decoration: none;  color:lightcyan}
.RightPanel A:visited:hover {text-decoration: underline;  color:yellow}

.SmallBlackPrint		            {font-family: Arial; 	font-size:  8pt;  text-decoration: none;      color: black;}
.SmallBlackPrint A:link		      {font-family: Arial; 	font-size:  8pt;  text-decoration: none;      color: black;}
.SmallBlackPrint A:link:hover	  {font-family: Arial; 	font-size:  8pt;  text-decoration: underline; color: black;}
.SmallBlackPrint A:visited	    {font-family: Arial; 	font-size:  8pt;  text-decoration: none;      color: black;}
.SmallBlackPrint A:visted:hover	{font-family: Arial; 	font-size:  8pt;  text-decoration: underline; color: black;}
