/*
		EVENT
				*/
				
.on {
	color: #000000;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
}
.event {
	color: #990000;
	font-family:"Courier New", Courier, monospace;
}
/*
		Alias
				*/
.alias {
	color: #000000;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
}
.alias_name {
	color: #000000;
	font-family:"Courier New", Courier, monospace;
}
/*
	{ } ( ) || && 
	/commands
	$idents
	%variables
						*/
.operators {
	color: #33FF00;
	font-family:"Courier New", Courier, monospace;
}
.cont {
	color: red;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
}
.commant {
	color: #006600;
	font-family:"Courier New", Courier, monospace;
}
.ident {
	color: #000099;
	font-family:"Courier New", Courier, monospace;
}
.cmds {
	color: #000099;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
}
.switches {
	color:#EC8D00;
	font-weight: bold;
	font-family:"Courier New", Courier, monospace;
}
.variable {
	color: #FF0066;
	font-family:"Courier New", Courier, monospace;
}
.Table_Example {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
}