/********************************************************************/
/* Global Layout */
	
		body  	{
			background-color: #ffffff;
			text-align: left;
			color: #000000;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 10px;
			margin: 0px;
			margin-right: 5px;
			padding: 0px;
		}
		
		
		CODE 	{
			font-family: "Lucida Console",monospace;
			font-weight: bold;
			color: #000000;
		}
		
		TD 	{
			vertical-align: top;
			color: #303030;
		}
		
		
		.headBanner 	{
			border-style: solid;
			border-color: #000000;
			border-width: 0px 0px 1px 0px;
			padding: 0px;
			margin: 0px;
		}
		
		H1,H2,H3,H4,H5,H6	{
			color: #9B300C;
			font-family: Verdana, Helvetica, sans-serif;
		}
		
		H4 	{
			line-height: 20px;
		}
		
		H1 	{
			font-size: 30px;
			margin: 0px;
			padding: 0px;
			padding-bottom: 4px;
			padding-bottom: 10px;
			border-style: dashed;
			border-width: 0px 0px 2px 0px;
			line-height: 30px;
		}
		
		H2,H3 	{
			color: #000000;
			padding-bottom: 2px;
			border-style: dashed;
			border-width: 0px 0px 1px 0px;
		}
		
		H5 	{
			padding: 0px;
			margin: 0px;
			font-size: 14px;
			color: #000000;
			padding-top: 14px;
			padding-bottom: 4px;
		}
		
		H6 	{
			padding: 0px;
			margin: 0px;
			font-size: 12px;
			color: #000000;
			padding-top: 8px;
		}
		
		P 	{
			color: #303030;
		}
		
		P:first-letter 	{
		}

		
		P A 	{
			font-weight: bold;
		}
		
		P STRONG 	{
			font-weight: bolder;
			color: #101010;
		}
		


/********************************************************************/
/* menu-layout */

		.menuContainer 	{
			padding: 4px;
			background-color: #DADAD2;
			width: 210px;
			font-size: 10px;
		}
		.tdMenuContainer 	{
			border-style: dashed;
			border-width: 0px 1px 0px 0px;
			border-color: #000000;
			background-color: #DADAD2;
		}

		A, A:LINK, A:HOVER, A:VISITED, A:ACTIVE {
			color: #9B300C;
			text-decoration: none;
		}
		
		A:ACTIVE 	{
			font-weight: bold;
		}
		
		A:HOVER 	{
			text-decoration: underline;
		}
		
		A.referrer2Top {
			font-size: 10px;			
		}		

		LI.submenu {
			font-weight: bolder;
		}
		
		.leftMenuUL
		{
			margin: 0px;
			padding: 0px;
			padding-left: 20px;
		}

		/* sub level 1*/
		UL.panelSmall1 {
			font-size: 10px;
			/* padding-left: 18px; */
		}
		
		/* sub level 2 */
		UL.panelSmall2 {
			font-size: 9px;
			font-weight: normal;
		}

/********************************************************************/
/* Content Layout */

		TDContent 	{
			background-color: #F1F1EB;
		}
		
		.contentContainer 	{
			margin-left: 10px;
			padding: 4px;
			text-aling: left;
			font-size: 12px;
			font-size: 12px;
			line-height: 15px;

			margin-top: 20px;
		}

		UL.contentList {
			color: #303030;
			font-size: 12px;
			font-weight: normal;
			list-style-type: circle; 
		}

		UL.contentSubList 
		{
			font-size: 12px;
			font-weight: normal;
		}
		
		LI B, LI STRONG
		{
			color: #000000;
		}

		OL.followSteps1 {
			font-size: 12px;
			font-weight: normal;
		}
		
/* misc styles */
		
		.buttonStyle
		{
			border-width: 1px;
			border-style: solid;
			border-top-color: #ffffff;
			border-left-color: #ffffff;
			border-right-color: #000000;
			border-bottom-color: #000000;
			margin-left: 5px;
		}

/* test */
		.remark1 {
			font-size: 10px;
		}
		


	/* gerneric outlined tables */
	
	.listContainer, .tableListBorder
	{
		border-width: 1px 0px 0px 1px;
		border-style: solid;
		border-color: #000000;
	}
	
	.listElement, .firstColTD, .secondColTD, .thirdColTD, .fourthColTD
	{
		border-width: 0px 1px 1px 0px;
		border-style: solid;
		border-color: #000000;
	}
	
	.firstColTD
	{
		background-color: #FFC4AE;
	}
	
	.secondColTD
	{
		background-color: #FFD8CA;
	}
	
	.thirdColTD
	{
		background-color: #e0e0e0;
	}

	.fourthColTD
	{
		background-color: #e8e8e8;
	}
	
	/* keyboard shortcuts */
	
	
	.firstCol
	{
		font-family: "Lucida Console";
		font-size: 12px;
		padding: 3px;
		color: black;
		background-color: #FFC4AE;
	}
	
	.secondCol
	{
		font-family: "Lucida Console";
		font-size: 12px;
		font-size: 12px;
		font-family: "Lucida Console";
		padding: 3px;
		background-color: #FFD8CA;
	}

	.thirdCol
	{
		font-family: "Lucida Console";
		background-color: #e0e0e0;
		font-size: 12px;
		padding: 3px;
	}
	
	.fourthCol
	{
		font-family: "Lucida Console";
		background-color: #e8e8e8;
		font-size: 12px;
		padding: 3px;
	}

	
	
	.modifierLAlt, .modifierLCtrl, .modifierRShift, .modifierLShift
	{
		font-weight: bold;
		color: #000000;
	}
	
	
