/*
Some styles used by the "Cascading Popup Menus" script.
Consult a CSS reference (a good one is www.ncdesign.org) for syntax and tweaking ideas.
You can delete the ones you're not using in your ItemStyles, or add more if you want.
*/

.lowText { text-decoration: none; color: #000000; font: 9pt Arial, Helvetica, sans-serif}
.highText { text-decoration: none; color: #FFFFFF; font: 9pt Arial, Helvetica, sans-serif}
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #688163; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #688163 }

a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	text-decoration: none;
	color: #3F4E3C;

}
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 7pt}
p {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; text-align: justify;}
td {font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #001900;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #001900;
}
