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

.phplmnormal	{
	font-size: 10pt;
    	font-weight: bold;
	color: #000000;
}

a.phplm:link, a.vert_phplm:link	{
	font-size: 10pt;
    	font-weight: bold;
	color: white;
    	text-decoration: none;
}

a.phplm:visited, a.vert_phplm:visited {
	font-size: 10pt;
    	font-weight: bold;
	color: white;
    	text-decoration: none;
}

a.phplm:hover, a.vert_phplm:hover	{
	font-size: 10pt;
	color: black;
    	font-weight: bold;
    	text-decoration: none;
}

a.phplm:active, a.vert_phplm:active	{
	font-size: 10pt;
    	font-weight: bold;
	color: white;
    	text-decoration: none;
}

.phplmbodytable	{
    	font-weight: bold;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	height: 5px;
        font: 10pt arial;
}

td.phplmbodytable {
}

td.vert_phplmbodytable {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	width: 180px;
}
table.phplmbodytable {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
table.vert_phplmbodytable {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 180px;
}
td.ivorybodytable {
	border-top: black 1px solid;
	border-right: black 1px solid;
	font-size: 10pt;
	font-weight:	bold;
	color: black;
	background-color: white;
	height: 10px;
}
td.ivorybodytable:hover {
	background-color: #B70000;
	text-decoration: none;
	color: white;
}
a.ivorybodytable {
	display:block;
        width: 100%;
        padding-right: 4px;
        padding-left: 4px;
	font-size: 10pt;
	font-weight:	bold;
	text-decoration: none;
	color: black;
}
a.ivorybodytable:hover {
	display:block;
	width: 100%;
	background-color: #B70000;
	text-decoration: none;
	color: white;
}
table.ivorybodytable {
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid; 
	color: white;
}

.crumbs {
	font-size : 10pt;
	font-weight:	bold;
	text-align: center;
	text-decoration: none;
	color: black;
	cursor: hand;
}
.crumbs_link {
	font-size : 10pt;
	text-decoration: none;
	color: black;
}
