/* Standard CSS Selectors */

BODY 		{ color: black; font-size: .9em; font-family: Arial; background-color:white }

P 		{ color: black; font-size: .9em; font-family: Arial; background-color:#white }


/* Table Selectors */

.tablemain	{ color: #030399; font-size: 0.9em; font-family: Arial; background-color: #DEDEDE }

.trmainhead	{ color: black; background-color: #BDCBDE }

.trmainhilite	{ color: white; background-color: #FF6900 }

.table1		{ color: #030399; font-size: .9em; font-family: Arial; background-color: #F1F1F1 }

.tr1head	{ color: #030399; font-size: .9em; font-family: Arial; background-color: #BDCBDE }

.tr1hilite	{ color: white; background-color: #31659C }

.table2		{ color: #030399; font-size: .9em; font-family: Arial; background-color: #D6D6D6 }

.tr2head	{ color: #030399; font-size: .9em; font-family: Arial; background-color: #BDCCDD }

.tr2hilite	{ color: white; background-color: #31659C }

.tablefooter	{ background-color: #FFFFFF }


/* Menu Selectors */
/*================*/
.menustyle1				{color:#FFFFFF; font-family:arial; font-size:12px; text-decoration:underline; font-weight:bold}
.menustyle2				{color:#FFFFFF; font-family:arial; font-size:11px; text-decoration:none; font-weight:bold}
.menustyle3				{color:#FFFFFF; font-family:arial; font-size:15px; text-decoration:none; font-weight:bold}
.menustyle4				{color:#FFFFFF; font-family:arial; font-size:15px; text-decoration:none; font-weight:bold; background-color:#31659C}
.menustyle5				{color:#FFFFFF; font-family:arial; font-size:15px; text-decoration:none; font-weight:bold; background-color:#000000}
.CellActive	 			{border-right: 2px solid #000000; background-color: #FFFFFF; color:#FF6900; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellActivePointer		{border-right: 2px solid #000000; background-color: #FFFFFF; cursor: pointer; color:#FF6900; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellInActive			{border-right: 2px solid #000000; background-color: #FF6900; color:#000000; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellInActivePointer	{border-right: 2px solid #000000; background-color: #FF6900; cursor: pointer; color:#000000; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellActiveEnd	 		{border-right: 0px solid #000000; background-color: #FFFFFF; color:#FF6900; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellActiveEndPointer	{border-right: 0px solid #000000; background-color: #FFFFFF; cursor: pointer; color:#FF6900; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellInActiveEnd		{border-right: 0px solid #000000; background-color: #FF6900; color:#000000; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}
.CellInActiveEndPointer	{border-right: 0px solid #000000; background-color: #FF6900; cursor: pointer; color:#000000; font-family:arial; font-size:12px; text-decoration:none; font-weight:bold}

.submenu {
	display: none;
}

.submenu_open {
	display: block;
}

/* Text Selectors */

.txt060		{ color: black; font-size: .60em }

.txt060B	{ color: black; font-size: .60em; font-weight: bold }

.txt060Blue	{ color: #030399; font-size: .60em }

.txt060BlueB	{ color: #030399; font-size: .60em; font-weight: bold }

.txt060White	{ color: #FFFFFF; font-size: .60em }

.txt060WhiteB	{ color: #FFFFFF; font-size: .60em; font-weight: bold }


.txt070		{ color: black; font-size: .70em }

.txt070B	{ color: black; font-size: .70em; font-weight: bold }

.txt070Blue	{ color: #030399; font-size: .70em }

.txt070BlueB	{ color: #030399; font-size: .70em; font-weight: bold }

.txt070White	{ color: #FFFFFF; font-size: .70em }

.txt070WhiteB	{ color: #FFFFFF; font-size: .70em; font-weight: bold }


.txt080		{ color: black; font-size: .80em }

.txt080B	{ color: black; font-size: .80em; font-weight: bold }

.txt080Blue	{ color: #030399; font-size: .80em }

.txt080BlueB	{ color: #030399; font-size: .80em; font-weight: bold }

.txt080White	{ color: #FFFFFF; font-size: .80em }

.txt080WhiteB	{ color: #FFFFFF; font-size: .80em; font-weight: bold }


.txt090		{ color: black; font-size: .90em }

.txt090B	{ color: black; font-size: .90em; font-weight: bold }

.txt090Blue	{ color: #030399; font-size: .90em }

.txt090BlueB	{ color: #030399; font-size: .90em; font-weight: bold }

.txt090White	{ color: #FFFFFF; font-size: .90em }

.txt090WhiteB	{ color: #FFFFFF; font-size: .90em; font-weight: bold }