﻿.IntroContentPanel
{
	border: solid 1px silver;
	vertical-align: top;
	padding: 12px;
	background-color: #f8f8f8;
}
.IntroContentPanel:hover
{
	border: solid 1px Gray;
	background-color: White;
}
.IntroContentPanelTitle
{
	background-color: rgb(33,69,107);
	color: Yellow; /* rgb(255,102,0); */
	padding: 8px;
	font-size: 150%;
}
.IntroContentPanelText
{
	font-size: 125%;
	font-weight: bold;
	padding: 12px;
}

.ContentPanel
{
	border: solid 1px silver;
	vertical-align: top;
	padding: 6px;
	background-color: #f8f8f8;
	/* background-color: rgb(255,211,127); */
}
.ContentPanel a:link
{
	color: Blue;
	text-decoration: none;
	border-bottom: dotted 1px Blue;
}
.ContentPanel a:visited
{
	color: Blue;
	text-decoration: none;
	border-bottom: dotted 1px Blue;
}
.ContentPanel a:hover
{
	color: Maroon;
	text-decoration: none;
	border-bottom: dotted 1px Maroon;
}
.ContentPanel:hover
{
	border: solid 1px Gray;
	background-color: White;
}
.ContentPanelTitle
{
	background-color: rgb(255,102,0);
	color: Black;
	/* font-weight: bold; */
	/* color: White; */
	padding: 4px;
	font-size: 120%;
}
.ContentPanelTitle a:link
{
	color: Black;
	text-decoration: None;
	border-bottom: dotted Black 1px;
}
.ContentPanelTitle a:visited
{
	color: Black;
	text-decoration: None;
	border-bottom: dotted Black 1px;
}
.ContentPanelTitle a:hover
{
	color: White;
	text-decoration: None;
	border-bottom: dotted White 1px;
}

