/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #000000;
}

a.phplm:link	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #004400;
}

a.phplm:visited	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #726461;
}

a.phplm:hover	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #841212;
	background-color: #fff0c0;
}

a.phplm:active	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	color: #ff0000;
}

.phplmbodytable	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	background-color: #fffae4;
}

.ivorybodytable	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	background-color: #fffff8;
}

.darkbordertable	{
	background-color: #726461;
}

.blackbordertable	{
	background-color: #000000;
}

.greenbordertable	{
	background-color: #839983;
}

.darkgreenbordertable	{
	background-color: #839983;
}

.redbordertable	{
	background-color: #aa5859;
}

.orangebordertable	{
	background-color: #df9500;
}

/* Styles related to the PHP Layers Menu System end here */

/* Styles related to the demo page begin here */

body	{
	color: #000000;
	background-color: #ffffff;
	margin: 0;
}

a:link	{
	color: #004400;
}

a:visited	{
	color: #726461;
}

a:hover	{
	color: #841212;
	background-color: #fff0c0;
}

a:active	{
	color: #ff0000;
}

.h1bar	{
	font-family: arial, sans-serif, helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: #f3ff9c;
}

.topbar	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	background-color: #5b8fc7;
}

.bar	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
	background-color: #f9f9f0;
}

.preformatted	{
	font-family: arial, sans-serif, helvetica;
	font-size: 10pt;
}

h2      { 
	font-family: Arial, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #007000; 
}


