BODY
{
	
}

.outerBorder
{
	border-right: #6BADAD thin solid;
	border-top: #6BADAD thin solid;
	border-bottom: #6BADAD thin solid;
	font-weight: bold;
	font-size: 15pt;
	border-left: #6BADAD thin solid;
	color: sienna;
	font-family: Georgia , Serif;
	background-color: #C2D3F1;
}

.nav
{
	font-weight: bold;
	font-size: 10pt;
	color: crimson;
	font-family: Tahoma , Georgia, Serif;
}

.nav a
{
	color: saddlebrown;
	text-decoration: none;
}

.nav a:hover
{
	color: orangered;
	text-decoration: none;
}

.navBottom
{
	font-weight: bold;
	font-size: 13pt;
	color: sienna;
	font-family: Georgia , Serif;
	background-color: lemonchiffon;
}

.navBottom a
{
	font-size: 12pt;
	color: sienna;
	font-family: Georgia , Serif;
	text-decoration: none;
}

.navBottom a:hover
{
	font-size: 12pt;
	color: crimson;
	font-family: Georgia , Serif;
	text-decoration: none;
}

.textRow
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
}

.title
{
	font-weight: bold;
	font-size: 14pt;
	color: sienna;
	font-family: Georgia , Serif;
}

.text
{
	font-size: 12pt;
	color: sienna;
	font-family: Georgia , Serif;
	background-color: white;
}

.text a
{
	color: mediumblue;
	text-decoration: none;
}

.text a:hover
{
	font-size: 12pt;
	color: blue;
	font-family: Georgia , Serif;
}

.smalltext
{
	font-size: 10pt;
	color: sienna;
	font-family: Arial, Georgia , Serif;
}
.smalltext a
{
	color: mediumblue;
	text-decoration: none;
}

.smalltext a:hover
{
	font-size: 10pt;
	color: blue;
	font-family: Arial, Georgia , Serif;
}

