A.system { 
	text-decoration: none; 
}

#indent { text-indent:1em; }

#separated { 
  margin-top: 1.5ex;
  margin-bottom: 1.5ex;
}

#list { margin-bottom: 1ex; }
#blist { margin-bottom: 3ex; }

UL { text-align:left; }
UL.straight {	margin-left: 2em; }
UL UL.straight { margin-left: 1em; }

/* COLOR */

#attention { color: #cb3029;}
#advice { color: green;}
#comment { color: blue;}
#light { color: gray;}


/* FORM */

.formRequired {color: red;}



/* font size patch 

.std-s, .sm , SMALL { font-size: 85%; }
.std-sx{ font-size: 80%; }
small small { font-size: 90%; }
small small small{ font-size: 100%; }

*/


