	BODY {
			color: #2d2d2d;																				/* customizable */
		background-color: #d6d6d6;														/* customizable */
		margin: 0px 0px 20px 0px;														/* customizable */
		font-family: Verdana, Arial, Helvetica,  sans-serif;		/* customizable guided */
		font-size: 11px;																			/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		background-image: url('bg.gif');							/* customizable upload */

		/* textured background for cool filling/shading? */
	}

.invis {color: #c1e1ff; font-size:1px;cursor:default}			/* invisible text....used for search engines positioning */

P, OL, UL, LI {margin-top: 0px; margin-bottom: 0px;}			/* no stupid automatic margin */

a:link,a:visited {																				/* common links begin */

		color: #009900;																				/* customizable */
		text-decoration: underline;														/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style: normal;																		/* customizable guided */
		font-size: 1em;																				/* customizable guided: 0.9 small 1 medium 1.2 big */
		}

a:hover {
		color: #00aa00;																				/* customizable */
		text-decoration: underline;														/* customizable guided*/
		font-weight: normal;																	/* customizable guided*/
		font-style: normal;																		/* customizable guided*/
		font-size: 1em;																			/* customizable guided: 0.9 small 1 medium 1.1 big */
}																													/* common links end */

H1 {																											/* headers definition begin */
		color: #008a13;																				/* customizable */
		font-size: large;																	/* customizable guided: xx-small x-small small medium[*] large x-large xx-large */	
		font-family: Arial, Helvetica,  sans-serif;		/* customizable guided */
		font-weight: bold;																		/* customizable guided */
		font-style:italic;																		/* customizable guided */
		text-align: left;																		/* customizable guided */
		margin: 2px;
		}
H2 {
		color: #008a13;																				/* customizable */                                                                
		font-size: medium;                                   /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Arial, Helvetica,  sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:italic;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:2px; 
		}
		
H3 {
		color: #008a13;																				/* customizable */                                                                
		padding-top:4px;
		padding-left:9px;
		height:26px;		
		font-size: 14px;                                     /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica,  sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:none;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:2px; 
		margin-top:10px;
		margin-bottom:0px;

		background-image: url('hbg1.gif');							/* customizable upload */
		background-repeat: no-repeat;														/* customizable guided: repeat repeat-x repeat-y no-repeat */
		}
		
H4 {
		color: #008a13;																				/* customizable */                                                                
		padding-left:10px;
		height:23px;		
		font-size: medium;                                    /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica,  sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:none;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:2px; 
		margin-top:10px;
		margin-bottom:5px;
		}
		
H5 {
		color: #008a13;																				/* customizable */                                                                
		font-size: small;                                     /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica,  sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:italic;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */          
		margin:1px;                                               
		}
		
H6 {
		color: #008a13;																				/* customizable */                                                                
		font-size: small;                                   /* customizable guided: xx-small x-small small medium[*] large x-large xx-large */
		font-family: Verdana, Arial, Helvetica,  sans-serif;   /* customizable guided */                                                         
		font-weight: bold;                                    /* customizable guided */                                                         
		font-style:italic;                                    /* customizable guided */                                                         
		text-align: left;                                     /* customizable guided */                                                         
		margin:0px; 
		}																											/* headers definition end */
										
FORM { 																										/* form elements begin */
		padding: 1px;               								          /* customizable */ 
		margin: 0px;								                          /* customizable */
		}

INPUT.text ,SELECT,TEXTAREA {margin:0px; 									/* all form elements with margin; pseudo class .text to avoid background radio,check,img */
		color:#0000aa;																				/* customizable guided to bulid opt gradient table */
		background-color: #EFEFEF; 														/* customizable guided to bulid opt gradient table */
		border: 1px solid #0000aa; 														/* customizable + customizable guided*/
		font-size: 0.9em;																			/* customizable guided: 0.9 small 1 medium 1.1 big */
		}	

SELECT {font-size:1em}																		/* automatic +0.1 to input em for a bug in IE 5+ (select text is smaller :( ) */

.opt1 {background: #CCCCCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt2 {background: #CCCCFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt3 {background: #FFCCFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt4 {background: #FFCCCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt5 {background: #FFFFCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt6 {background: #CCFFCC;color:black;}									/* automatic gained from guided selection of input background color */
.opt7 {background: #CCFFFF;color:black;}									/* automatic gained from guided selection of input background color */
.opt8 {background: #FFCCFF;color:black;}									/* automatic gained from guided selection of input background color */


INPUT.button {cursor:pointer;cursor:hand;									/* pseudo class .button to replace button look...empty for browser default */
		background-color: #0b5b3e;														/* customizable */
		color: #ffd727;																				/* customizable */
		border:1px solid #008000;															/* customizable + customizable guided*/
	}																												/* end form elements */
	

	/* css layout...... who said CSS is better than tables design?!?!? *grin* */

#logo {																										/* logohead: company logo */
		border: 0px solid black;															/* customizable + customizable guided*/
		padding: 0px 0px 0px 0px;															/* customizable */
		text-align: center;																		/* customizable guided */
}


#copy {																										/* copyright notes */
		border: 0px solid black;															/* customizable + customizable guided*/
		color:	#222222;																			/* customizable */
		text-align: left;																		/* customizable guided */
		line-height: 1.4em;
		font-size:10px;
		}


#header {																									/* header container */
		font-size: 10px;																		/* customizable */
		text-decoration: none;																/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style:normal;																		/* customizable guided */
		margin-top:0px;
		background-image: url(header_bg.gif); background-repeat: no-repeat;
		background-color: #c1e1ff;
		color:white
		}

#footer {																									/* footer container*/		
		font-size: 11px;																			/* customizable */
		text-decoration: none;																/* customizable guided */
		font-weight: normal;																	/* customizable guided */
		font-style:normal;																		/* customizable guided */
		padding-top:15px;
		background-image: url(footbg.gif); background-repeat: no-repeat;
		
		}


#middler, .middler {																			/* middle portion of page (navigation+contents */
		/* use a background image ? ! ? don-t know....*/
		padding: 0px 0px 0px 0px ;
		background-color: #FFFFFF;	
		background-image: url('midbg.gif');							/* customizable upload */
}

#lefter {																									/* left column container */
		margin-bottom:0px;																		/* customizable */
		margin-top:0px;
		margin-left:0px;
		padding:0px ;
		padding-left:10px;
		}

#righter {																									/* left column container */
		margin-bottom:0px;;																			/* customizable */
		margin-top:0px;
		padding:30px 0px 50px 0px;
		/* use a background image YES!!*/
		background-image: url('righter.gif');							/* customizable upload */
		}


#content {																								/* main contents box */
		margin-right:0px;
		margin-left:0px;
		padding:15px ;

		}


div.sidenav {																		/* padding of navigation */
  padding:10px 0px 6px 0px;
		background-image: url('lefterbg.gif');							/* customizable upload */
		background-repeat: no-repeat;
background-color:#bad2bb;
height:300px;
}

div.sidenav ul {																/* clear li of all UL in navigation */

  list-style-type: none; 												/* get rid of the bullets */
  padding:0;             												/* no padding */
  margin:0;              												/* no margin for IE either */
  	white-space: nowrap;
  	word-wrap: break-word;

}


div.sidenav ul li a{																		/* level0 padding & height */
		height:15px;
		 	display: block; 
  	overflow:hidden;
		padding:1px;
		padding-left:20px;
		margin-top:10px;
		text-align:left;
		margin-bottom:0px;

}

div.sidenav ul li a:link,div.sidenav ul li a:visited {	/* level0 links */
		font-family:Verdana,Arial, Helvetica,  sans-serif;
		font-size:12px;
	  color: #0a814e;
		font-weight:bold;
		text-decoration:none;
		font-style: normal;
  background-image: url(arrowa.gif);
  background-repeat: no-repeat;
  background-position: 5px;
}

div.sidenav ul li.lev0sel a:link,div.sidenav ul li.lev0sel a:visited {										/* level0 select */
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-style: normal;
  background-image: url(arrow.gif);
  background-repeat: no-repeat;
  background-position: 5px;
  background-color: #0a814e;
  }

div.sidenav ul li a:hover,div.sidenav ul li.lev0sel a:hover {															/* level0 hover */
  background-color: #ffffff;
	color: #0a814e;
}

		
div.sidenav ul ul li a{																	/* level1 padding & height */

  	overflow:hidden;display: block;
  	padding:1px;
		padding-left:29px;														/* right = indent level1 */
		text-align:left;
		margin:0px;
		height:16px;
		margin-top:4px;
}

div.sidenav ul ul li.lev1 a:link, div.sidenav ul ul li.lev1 a:visited {				/* level1 links */
		color: #000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration:none;
		font-style: normal;
  	background-image: url(quad.gif);
  	background-repeat: no-repeat;
  	background-position: 18px;
  	background-color: #bad2bb;
  }

div.sidenav ul li li.lev1sel a:link,div.sidenav ul li li.lev1sel a:visited {										/* level1 select */
	font-weight:normal;
	text-decoration:none;
	font-style: normal;
		color:#09814e;
  	background-image: url(quada.gif);
  	background-repeat: no-repeat;
  	background-position: 18px;
  	background-color: #ffffff;}

div.sidenav ul li li.lev1 a:hover,div.sidenav ul li li.lev1sel a:hover {															/* level1 hover */
  color: #09814e;
  background-color: #F0F0F0; 
}









.topnav1 {height:19px;		background-image: url(navbarbbg.gif); background-repeat: repeat-x;
border-right: 1px solid #969696;
padding-bottom: 1px;


}
  
.clBar{position:absolute;visibility:hidden;}			/* automatic same as buttons background to avoid the 20px bug of ie */

.clLevel0,.clLevel0over, .clLevel0select {																/*Styles for level 0 (group) .... autmatic with coolmenus configuration... */
		position:absolute; 
		text-align:center;
		padding:0px; 
		padding-top:1px;
		font-family:Verdana, Arial, Helvetica,  sans-serif; 
		font-size:12px; 
		font-weight:bold;
		font-style:italic;
		border: 1px solid #969696;
		}

.clLevel0 {																																/* common group */
		color:#555555;
		}

.clLevel0border,.clBarBorder{position:absolute; visibility:hidden;				/* common group border and bar border...automatic with coolmenus config */
		}
		
.clLevel0over{cursor:pointer;cursor:hand; 																/* group on mouse over */
		background-color:#5c5c5c; layer-background-color:#5c5c5c; 
		color:#FFFFFF;
		}
		
.clLevel0select{cursor:pointer;cursor:hand; 															/* selected group */
		color:#000000;
		}

.clLevel1, .clLevel1over, .clLevel1select{																/*Styles for level 1 (pages)*/
		position:absolute; 
		text-align:left;
		padding:1px; 
		font-family:Verdana, Arial, Helvetica,  sans-serif; 
		font-size:12px; 
		font-weight:normal;
		font-style:normal;
		border: 0px solid #FFFFFF;
		}

.clLevel1{																																/* common page */
		background-color:#cbcbcb;	layer-background-color:#cbcbcb; 
		color:#444444;
		}
		
.clLevel1border{position:absolute; z-index:500; visibility:hidden;				/* common page border */
		background-color:#AAAAAA; layer-background-color:#AAAAAA;
		}
		
.clLevel1over{ cursor:pointer; cursor:hand;																/* page links over effect */
		background-color:#FFFFFF; layer-background-color:#FFFFFF; 
		color:#5c5c5c; 
		}
		
.clLevel1select{ cursor:pointer; cursor:hand;															/* selected page effect */
		background-color:#AAAAAA; layer-background-color:#AAAAAA; 
		color:#000000;		
		}
		



/* news in the middler (4) */

div.module4 div.focus_box {
margin-bottom:5px;margin-top:10px;border:0px dotted black;	font-size:11px;	padding:1px;
padding-left:13px;
		background-image: url(newsdot.gif);
		 background-repeat: no-repeat;
		  	background-position: 2px 7px;  	
color:#000000}

div.module4 div.focus_box span.family{
		color:#999999;	font-size:0.9em;	line-height:1.1em;	margin-left:3px;
}

div.module4 div.focus_box span.info{
		font-size:0.9em;
}


div.module4 div.focus_box span.family a:link,div.module4 div.focus_box span.family a:visited{
color:#3377ee;
			text-decoration:none;
}

div.module4 div.focus_box span.title, div.module4 div.focus_box span.title a:link,div.module4 div.focus_box span.title a:visited{
		color:#0044bb;	font-weight:bold;	text-decoration:none;	font-size:13px;
}

div.module4 div.focus_box span.title a:hover{
		text-decoration:underline;
}

div.module4 div.focus_box span.abstract {
		font-style:none;	text-align:justify;
}

div.module4 div.focus_box span.info{
		color:#888888;
}


/* news in right column (3) */
div.module3 div.focus_box {
text-align:left;border:1px dotted white;background-color: #EEEEEE;	font-size:11px;	line-height:1.4em;	padding:2px;
}

div.module3 div.focus_box span.family{
		color:#333333;	font-size:0.9em;	margin-left:3px;
}


div.module3 div.focus_box span.title, div.module3 div.focus_box span.title a:link,div.module3 div.focus_box span.title a:visited{
		color:#000000;	font-weight:bold;	text-decoration:none;	font-size:13px;
}

div.module3 div.focus_box span.title a:hover{
		text-decoration:underline;
}

div.module3 div.focus_box p.abstract {
		font-style:italic;	text-align:justify;
}



/* small news in left (2) /right (3) column */
div.module2 div.focus_box_small,div.module3 div.focus_box_small {
text-align:left;border-bottom:1px solid #333333;border-top:1px solid #FFFFFF;background-color: #EEEEEE;
	font-size:11px;	line-height:1.4em;	padding:2px;	padding-left:12px;
}

div.module2 div.focus_box_small span.title, div.module2 div.focus_box_small span.title a:link,div.module2 div.focus_box_small span.title a:visited{
		color:#000000;text-decoration:none;font-size:13px;
}

div.module3 div.focus_box_small span.title, div.module3 div.focus_box_small span.title a:link,div.module3 div.focus_box_small span.title a:visited{
		color:#000000;text-decoration:none;font-size:13px;
}

div.module2 div.focus_box_small span.title a:hover,div.module3 div.focus_box_small span.title a:hover{
		text-decoration:underline;
}


.navbarA {padding:0px;font-size:11px;line-height:16px;color: #ffffff;margin:0px}
.navbarA ul {list-style-type: none;overflow:hidden;margin:0px;padding:1px}
.navbarA li {display:inline;margin-left:5px;}
.navbarA .division {display:inline;margin-left:5px;}
.navbarA a:link, .navbarA a:visited {color: #000000;text-decoration: none;}
.navbarA a:hover {text-decoration: underline;}


.navbarB {padding:0px;font-size:9px;line-height:10px;color: #00aa00;font-family:arial;text-transform:uppercase}
.navbarB ul {list-style-type: none;overflow:hidden}
.navbarB li {display:inline;margin-left:5px;}
.navbarB .division {display:inline;margin-left:5px;}
.navbarB a:link, .navbarB a:visited {color: #000000;text-decoration: none;}
.navbarB a:hover {color: #007700;text-decoration: underline;}


.navbarC {padding:0px;font-size:12px;line-height:16px;color:#0000aa;}
.navbarC ul {list-style-type: none;overflow:hidden}
.navbarC li {display:inline;margin-left:5px;}
.navbarC .division {display:inline;color: #0000aa;margin-left:5px;}
.navbarC a:link, .navbarC a:visited {color: #0000aa;text-decoration: none;}
.navbarC a:hover {color: #0000ff;text-decoration: underline;}


#header input.text {margin-left:40px;margin-right:2px; 	color:#0000aa;	background-color: #EFEFEF; 	border: 1px solid #0000aa; 	font-size: 0.9em;		}	




.focus {margin-top:5px;margin-bottom:5px;font-size:10px;text-align:justify}

.focus .title {color:green}




/* company catalogue */

.comp {margin:0px 0px 0px 0px ;clear:both;padding:3px 1px 1px 1px;background-color:#e2f4e6;display:block;display:inline-block;overflow:hidden;}
.comp_odd {background-color: #F9F9F9}
.comp_even {background-color: #FFFFFF}


.comp .comp_name, .comp .comp_short, .comp .comp_rif  {height:80px;padding:1px;display:block;display:inline-block;overflow:hidden;}

.comp .comp_name  {float:left;width:20%;font-size:0.9em;font-family:verdana;font-weight:bold}
.comp .comp_short {padding-left:2px;float:left;width:40.5%;margin-left:2.5px;font-size:0.92em;text-align:justify;line-height:1.15em;color:#666666}
.comp .comp_rif  {padding-left:4px;float:right;width:37%;font-size:0.99em;color:#000000}


 

/* custom app */


.navbarA4 {background-color: ;border: 0px solid #FFFFFF;padding: 1px 1px 1px 1px;color:	#42b12c;font-size:10px;text-align:right}
a.navbarA4:link, a.navbarA4:visited {font-family:verdana;color: #333333;text-decoration: none;font-weight: normal;font-style:normal;font-size:10px}
a.navbarA4:hover {color: #42b12c;text-decoration: underline;}	


div.line_element {display:block;overflow:hidden;clear:both;margin:2px;height:22px;}
div.line_icon {float:left;margin: 1px;text-align:center;width:18px;height:18px;border-top: 1px solid white;border-left:1px solid white;border-bottom:1px solid #999999;border-right:1px solid #999999}

div.line_legend {padding-left:5px;float:left;width:84%;font-size:1em;color:#777777;}
div.line_legend a:link, div.line_legend a:visited{display:block;width:100%;color:#444444;text-decoration:none;font-family:arial;
    background-image: url(dot16_edit.gif);  	background-repeat: no-repeat;  	background-position: center right;}

div.line_legend a:hover{color:#000000;}

.over {background-color: #CCFFCC}
.odd {background-color: #EEEEEE}
.even {background-color: #DDDDDD}
.even2 {background-color: #F9F9F9}

div.line_element_new {clear:both;margin:3px;margin-top:15px;margin-bottom:15px;height:20px}
div.line_legend_new {padding-left:5px;float:left;width:95.5%;font-size:1.7em;color:#007700}
div.line_legend_new a:link, div.line_legend_new a:visited{display:block;width:100%;color:#007700;text-decoration:none;}
div.line_legend_new a:hover{background-color:#C0FFC0;}

div.line_element_group {clear:both;margin:3px;margin-top:15px;height:20px}
div.line_legend_group {padding-left:2px;float:left;font-size:1.4em;color:#0000;font-weight:bold}

div.line_legend_contents {padding:3px;float:left;font-size:1.5em;color:#333333;}
div.line_legend_contents a:link, div.line_legend_contents a:visited{display:block;width:100%;color:#222222;text-decoration:none;font-family:arial;}
.over_contents {background-color: #ffcb79}



div.line_element_results_top {display:block;clear:both;text-align:right;margin:0px; background-color:#DDEEFF;border-bottom:2px solid green;border-top:1px solid green;}

div.line_element_results_bottom {padding:3px;text-align:center;clear:both;margin:4px;height:16px; background-color:#DDEEFF;border-top:1px solid blue;font-size:1.1em}
div.results_info {margin-top:1px;display:inline-block;font-size:1.4em;color:#777777;}


span.disabled_info {color: #d50202}
span.regular_info {color: #007c23}




div.clearer {clear:both}																		

div.clearer hr {display:none}		



fieldset {font-size:0.9em;text-align:center;margin:5px 0px 10px 0px;padding:1px;padding-bottom:10px}
fieldset legend {color:#AAEEAA;font-size:1.5em;font-weight:bold;font-style:italic}


div.diciture, div.inputdata, div.inputlist {margin-top:8px;}

div.info {color:#66AA66;font-weight:normal;font-size:0.8em;line-height:1.1em;text-align:right;clear:both;width:100%;padding-top:0px;margin-top:-2px}
div.info hr {display:none}

div.notes     {width:20%;position:relative;z-index:2;text-align:right; float: right;  height: auto;  margin: 0px 0px 2px 0px; padding: 1px 4px 1px 0px;  border: 1px solid #CCCCCC;  background-color: #ffffe1;  color: #666666;  font-size: 88%; background-image: url(questionmark.gif);  	background-repeat: no-repeat;  	background-position: 2px 3px;  line-height:1.2em }

div.diciture  {width:40%;clear:left;display:block;float:left;padding-right:20px;padding-bottom:3px;font-size:1.1em;text-align:right;font-weight:bold}

div.inputdata {width:55%;display:block;float:left;text-align:left;padding-right:0;margin-right:0px}
div.inputdata input ,div.inputdata select {padding:0px;margin:0px;width:100%;font-size:1.1em;}
div.inputdata select {font-size:1.05em;}

div.inputdata textarea {font-family: Arial, sans-serif;font-size:1.1em;float:left;background-color:#f1f1e3;padding:2px;margin-bottom:5px;display:block;width:98%;height:80px;color: #535337;overflow:auto;margin-left:0px}

div.inputlist {width:34%;display:block;float:left;margin-bottom:5px;text-align:left;}
div.inputlist input {float:left;border:0px;padding:0px;display:block;margin-bottom:2px}
div.inputlist .text ,div.inputlist .select {font-size:0.9em;border:1px solid #737357;background-color:#f1f1e3;padding:0px;margin:0px;color: #535337}
div.inputlist label {float:left;display:block;margin-bottom:2px;margin-left:2px;margin-right:5px;font-size:1.1em}

    
option.selected {background-color: #CCFFCC}


































/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
/*	background: #297b35; */
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	color: #0000aa;
/*	text-transform:uppercase; */
	font-weight:bold;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
/*	background: #1e5826; */
/*margin-left:auto;margin-right:auto*/
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #359f44;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
/*	text-transform:uppercase; */
	font-weight:bold;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	color: #FFFFFF;
	background: #359f44;
	padding: 1px;
	padding-left:3px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-weight:normal
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	color: #FFFFFF;
	background: #297b35;
	padding: 1px;
	padding-left:3px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-weight:normal
}

.TM1t0 {
	background: #1e5826; 
}

			