     /*   - - - - - - - - - - - - - - - - - - - - - - - - -
          name         : table.css [MCR_Trial]
		  version      : 080729  15:30
          for          : Mid-Central Region
                       : National Model Railroad Assication
          authors      : Donald Wilke
          copyright    : (c) 2008 
          validated    :  2008; 14:15   NOT
      - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 
		 /* This establishs a set of sans-serf fonts to be used instead of the default computers font
		 	also space between lines and font color */
@charset "UTF-8";


/* class */
.tables_small {
	font: medium/1.4em  Georgia, "Times New Roman", Times, serif;
	width: 65%;
	padding: 0 1em 0 2em;
	text-align: left;
	
}
.table_freight {
	width: 200px;
	border: 1px;
	text-align: center;
}
.capt_small {
	font-size: 125%;
	font-weight: bold;
	color: #0000CC;
}

