/* General Links */
/* -------------------------------------------------------------------------------------------------------------- */
a:link {
	color: #C0C0C0;
	text-decoration: none;
}
a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
a:active {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Page Sections */
/* -------------------------------------------------------------------------------------------------------------- */

.main_body {
	padding: 10px;
	background-color: #FFFFFF;
	border-top: thin none #C0C0C0;
	border-right: thin dotted #C0C0C0;
	border-bottom: thin dotted #C0C0C0;
	border-left: thin dotted #C0C0C0;
}



/* Text Styles */
/* -------------------------------------------------------------------------------------------------------------- */
.body {
	padding: 0px;
	color: #000000;
	font-size: 16px;
	font-family: "Helvetica", "Arial", "Times New Roman";
	font-weight: normal;
}
.body-bios {
	padding: 0px;
	color: #000000;
	letter-spacing: 0.0px;
	font-size: 16px;
	font-family: "Helvetica", "Arial", "Times New Roman";
	font-weight: normal;
}

a.hlink:link 		{color: #9f9d98; text-decoration: none; }
a.hlink:visited 	{color: #9f9d98; text-decoration: none; }
a.hlink:hover 	{color: #000000; text-decoration: underline; }
a.hlink:active 	{color: #000000; text-decoration: underline; }

a.footerlink:link 		{color: #9f9d98; text-decoration: none; }
a.footerlink:visited 	{color: #9f9d98; text-decoration: none; }
a.footerlink:hover 	{color: #FFFFFF; text-decoration: underline; }
a.footerlink:active 	{color: #FFFFFF; text-decoration: underline; }

a.menulink:link 		{color: #e7e7e7; text-decoration: none; }
a.menulink:visited 	{color: #e7e7e7; text-decoration: none; }
a.menulink:hover 	{color: #FFFFFF; text-decoration: underline; }
a.menulink:active 	{color: #FFFFFF; text-decoration: underline; }