body.mceContentBody { 
	background: #FFFFFF; 
}

/* RESET */
h1, h2, h3, h4, h5, h6, p  { margin-top: 1%; margin-bottom:0% }
ul, li { margin-top: 0%; margin-bottom:0px; line-height: 120%;}

/* NORMAL CLASS STYLES */

/* A */

/* B */

/* C */

/* D */

/* E */

/* F */

/* G */

/* H */

/* I */

/* J */

/* K */

/* L */

/* M */

/* N */

/* O */

/* P */

/* Q */

/* R */

/* S */

/* T */

/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A MOBILE */

/* B MOBILE */

/* C MOBILE */

/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

/* G MOBILE */

/* H MOBILE */

/* I MOBILE */

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

/* M MOBILE */

/* N MOBILE */
	
	

.MainMenuContainer, .MainCurrentTab {
	float: none !important;
	width: 100% !important;
	text-align: left !important;
}

.MainMenu {
		float: none !important;
	text-align: left !important;
	}

.MainMenuDivider, .NewMenuDivider {
	display: none;
}

.MainMenu:hover, .MainCurrentTab:hover {
text-align: left !Important;
}
	
.Mainsmcontainer {
		width:75% !important;
		margin-left: 20%;
}

/* O MOBILE */

/* P MOBILE */

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */
	
	#table_menu_internal {
		float:left;
		width: 95% !important;
	}

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}


/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}
}

