/*

 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.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
*/
.lowText { text-decoration: none; color: #EDA705; font: 12px Georgia, Times New Roman, Times, serif; text-align: left }
.highText { text-decoration: none; color: #EDA705; font: 12px Georgia, Times New Roman, Times, serif; font-weight: bold; text-align: left }

/* Borders used by some items */
.itemBorder { border: 1px solid #2A1768 }
.itemBorderBlank { border: 1px solid #2A1768 }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #ffffff; font: Bold 12px Georgia, Times New Roman, Times, serif }
.buttonHover { text-decoration: none; color: #ffffFF; font: Bold 12px Georgia, Times New Roman, Times, serif; padding: 1px }
.buttonBorder { border: 1px outset #ffffff }
.buttonBorderOver { border: 1px inset #ffffff }

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #EDA705;
}
body {
	background-color: #2A1768;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #DB9900;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}