. {
	font-family: Courier,Helvetica,Dahoma,Verdana,Arial;
	font-size: 9pt;
	font-weight : normal;
}

body {
  background-color: #E9E7E2;
}

.assh_keyword {
	color: #939A01;
	font-weight : bold;
}

.assh_operators {
	color: #10005B;
	font-weight : bold;
}

.assh_brackets {
	color: #000000;
	font-weight : bold;
}

.assh_logic {
	color: #407BBD;
}

.assh_numint {
	color: #C66300;
	font-weight : bold;
}

.assh_numfloat {
	color: #C66300;
	font-weight : bold;
}

.assh_numhexa {
	color: #C66300;
	font-weight : bold;
}

.assh_variable_float {
  color: #4D5634;
}

.assh_variable_int {
  color: #4D5634;
	font-style: italic;
}

.assh_variable_objectid {
  color: #4D5634;
	font-style: italic;
}

.assh_variable_string {
  color: #4D5634;
}

.assh_qstring {
	color: #1D1D16;
	font-style: italic;
}

.assh_comments {
	color: #777777;
}

.assh_directives {
	color: #450C0C;
	font-weight : bold;
}

.assh_function {
	color: #407BBD;
}

.assh_object {
	color: #990000;
	font-weight : bold;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}

.assh_property {
	color: #009933;
	font-weight : bold;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}

.assh_action {
	color: #0066CC;
	font-weight : bold;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}


