/*PolyFaust Styles*/

A:link, A:visited	{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: blue;}
A:active, A:hover	{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #EE2B33; text-decoration: underline;}

.text				{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 10pt;
					color: #48494B;
					text-decoration: none; }

.bottom_line		{ border-top: 1px solid black; }


.copyright			{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 8pt;
					color: black;
					text-decoration: none; }

.copyright:link		{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 8pt;
					color: #0000FF;
					text-decoration: none; }

.copyright:visited	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 8pt;
					color: #0000FF;
					text-decoration: none; }

.copyright:active, .copyright:hover	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 8pt;
					color: red;
					text-decoration: none; }


.textarea		{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					font-size: 10pt;
					color: #48494B;
					border-left: 1px solid black;
					text-decoration: none;
					padding-left: 6px;
					padding-top: 6px;
					padding-bottom: 6px; }


.menu:link		{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: #0000FF;
					text-decoration: none; }

.menu:visited	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: #0000FF;
					text-decoration: none; }

.menu:active, .menu:hover	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: black;
					text-decoration: none; }


/*submenu Styles*/

.submenu_table		{
						border-collapse: collapse;
						border-left: 1px solid black;
						border-right: 1px solid black;
						border-top: 1px solid black;
					}

.submenu_line		{ 
						border-left: 1px solid black;
						border-top: 1px solid black;
					}


.last_submenu:link	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: black;
					text-decoration: none;
					padding: 7px;
					height: 30;
					background-color: #C5C7D8; }

.last_submenu:visited	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: black;
					text-decoration: none;
					padding: 7px;
					height: 30;
					background-color: #C5C7D8;  }

.last_submenu:active, .last_submenu:hover	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: white;
					text-decoration: none;
					padding: 7px;
					height: 30;
					background-color: #9DA0AD;  }


.submenu:link		{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: black;
					text-decoration: none;
					padding: 7px;
					height: 30;
					border-right: 1px solid black;
					background-color: #C5C7D8; }

.submenu:visited	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: black;
					text-decoration: none;
					padding: 7px;
					height: 30;
					border-right: 1px solid black;
					background-color: #C5C7D8;  }

.submenu:active, .submenu:hover	{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size: 10pt;
					color: white;
					text-decoration: none;
					padding: 7px;
					height: 30;
					border-right: 1px solid black;
					background-color: #9DA0AD;  }