/* Top level (main) styles */

.l0_out, .l0_over {
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	line-height: 20px;
	font-weight: bold;
}

.l0_out {
    color: #56544e;
    background: url(images/l0_bg_out.gif);
}

.l0_over {
    color: #943806;
    background: url(images/l0_bg_over.gif);
}


/* Submenu styles */

.l1_out, .l1_over {
    font: 8pt/19px Arial;
    text-align: center;
}

.l1_over {
    color: #943806;
}

.l1_out {
    color: #56544e;
}

/* First submnu item */
.l1_bg_0 {
    background: #F8F7F7 no-repeat url(images/l1_bg_0.gif);
}

/* Second submenu item */
.l1_bg_1 {
    background: #F8F7F7 no-repeat url(images/l1_bg_1.gif);
}

/* All other submenu items */
.l1_bg_other {
    background: #F8F7F7 no-repeat url(images/l1_bg_other.gif);
}
.text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
a:link {
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
