
/* Details of links 
A:link {color: #b2b2b2;}
A:visited {color: #b2b2b2;}
A:active {color: #cccccc; }
A:hover {color: #cccccc; background:#993366}
*/

/* Change b and strong color 

b {
	font-weight: bold;
	color: #cccccc;
}
*/
	
/* Details of font sizes */
.ec-x-sma {
	font-size: 6pt; 
	font-weight: normal;
	text-decoration: none;
}

.ec-x-sma-bo {
	font-size: 6pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-sma {
	font-size: 8pt; 
	font-weight: normal;
	text-decoration: none;
}
.ec-sma1 {
	font-size: 7pt; 
	font-weight: normal;
	text-decoration: none;
}

.ec-sma-bo {
	font-size: 8pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-nor {
	font-size: 10pt; 
	font-weight: normal;
	text-decoration: none;
	COLOR: #FFFFFF;
}

.ec-nor-bo {
	font-size: 10pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-lar {
	font-size: 10pt; 
	font-weight: normal;
	text-decoration: none;
	COLOR: #FFFFFF;
}

.ec-lar-bo {
	font-size: 12pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-x-lar {
	font-size: 14pt; 
	font-weight: normal;
	text-decoration: none;
}

.ec-x-lar-bo {
	font-size: 14pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-xx-lar {
	font-size: 16pt; 
	font-weight: normal;
	text-decoration: none;
}

.ec-xx-lar-bo {
	font-size: 16pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-xxx-lar {
	font-size: 18pt; 
	font-weight: normal;
	text-decoration: none;
}

.ec-xxx-lar-bo {
	font-size: 18pt; 
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.ec-tab-bor {
	BORDER: 1px solid; 
	border-collapse: collapse;
}

.ec-row-bor {
	BORDER: 1px solid; 
	border-collapse: collapse;
	background-color: #CCCC66;
}

.ec-cell-bor {
	BORDER: 1px solid; 
	border-collapse: collapse;
}


.ec-row-highlight {
	background-color: #FFFFCC;
}

.ec-row-click {
	background-color: #FFCC99;
}

.ecformbutton {
	BORDER-BOTTOM: #a4a4a4 1px solid; 
	BORDER-LEFT: #a4a4a4 1px solid; 
	BORDER-RIGHT: #a4a4a4 1px solid; 
	BORDER-TOP: #a4a4a4 1px solid; 
	background-color: #CCCC66; 
	font-size: 8pt; 
	font-weight: normal;
}

.ecforminput {
	font-size: 8pt; 

}


