		.trigger{		
			font-family : "century Gothic", Arial, sans-serif;	
			font-style : normal;
			font-weight : bold;
			color : #ffffff;
			font-size: 10pt;
			border:none;
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#cc0000;
		}		
		.expanded{	
			font-family : "century Gothic", Arial, sans-serif;	
			font-style : normal;
			font-weight : bold;
			color : #ffffff;
			font-size: 10pt;
			border:none;
			background:#cc0000;
			cursor:pointer;
		}
		.expanded:hover{
			background:#cc0000;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-1em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
