.CMT 
{
    font-family: Arial;
    font-size:  9pt;
    font-weight:  bold;
    color: darkblue;
}

/* Background color of the main table to the left*/

TD.LPC
{
	/*background-color: #00458A;*/

	background-color: #808040;

}


/* Color the cells of the main table to the left*/

TD.CMC
{
	border-left-color: white;
	border-bottom-color: white;
	cursor: hand;
	border-top-color: white;
	background-color: #808040;
	border-right-color: white;
	height: 18px;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
}


/* When mouse over color the cell of the main table to the left*/

TD.CMCOver {
    background-color: #e3e3f3;
    border-color: white;
    cursor: hand;
    color:#3163AD;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	height: 18px;
}


TD.SelectedCMC
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	height: 18px;
	background-color: #3163AD;
	border-right-color: white;
	cursor: hand;	
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #F5CF00;
}


TD.SelectedCMCOver {
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	height: 18px;
	background-color: #e3e3f3; 
	border-right-color: white;
	cursor: hand;	
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #F5CF00;
}



TD.SubCMC
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #E7DAAD;
	border-right-color: black;
	cursor: hand;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	height: 18px;
}


TD.SubCMCOver {
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: white;
	border-right-color: black;
	cursor: hand;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	height: 18px;	
}



TD.SelectedSubCMC
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: #e3e3f3;
	border-right-color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	cursor: hand;
	height: 18px;	
}

TD.SelectedSubCMCOver
{
	border-left-color: black;
	border-bottom-color: black;
	border-top-color: black;
	background-color: white;
	border-right-color: black;
	cursor: hand;	
}




/* Lines between the cells of the main table on the left */

TD.CMSC
{
	background-color: #E3E3F3;	
	cursor: hand;	
}



.MT
{
	font-weight: bold;
	font-size: 12px;
	color: ivory;
	font-family: Arial;
}

A.MTLink
{
}

A.MTLink:link
{
}

A.MTLink:visited
{
}


TD.MT
{
	font-weight: bold;
	font-size: 11px;
	color: ivory;
	font-family: Arial;
}



TD.CPC
{
	background-color: white;
}


.ALC
{
	font-weight: normal;
	font-size: 8pt;
	color: dimgray;
	font-family: Arial;
}


.ALS
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;    
    color: black;
}


/* Color of the miehmieh link, and the site administrator, contact info, etc

.DTF
{
	background-color:White;
	color:#3163AD;
	font-family:Arial;
	font-size:9pt;
}


.ML
{
	font-family:arial;
	font-size:11;
	color: #F5CF00;
	font-weight:bold;
}


A.FL:link
{
    FONT-FAMILY: Arial; 
    font-size: 9pt;
    color:#003399;
     text-decoration:underline;
}
A.FL:hover
{
	FONT-FAMILY: Arial; 
    font-size: 9pt;
    color:#003399;
    text-decoration: none;
}



A.FL:visited
{
	FONT-FAMILY: Arial; 
    font-size: 9pt;
    color:#003399;
}


TD.RPC
{
	background-color: white;
}

/* Links Properties */

A:link
{
    FONT-FAMILY: Arial; 
    font-size: 8pt;
    color:#1d49a4;
}