@charset "UTF-8";
		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : table2.css
			version      : 081029  15:30
			for          : Divisio 6 Archive
			
						 : Division 6
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2008 / 2009
			validated	 : 15 March 2010; 14:15
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 
/* Start Table Information */

/* Start Table Caption */
		 
 caption {
	font-size: 1.4em;
	color: #000066;        /* Drak Blue */
	padding: 0 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

 caption2 {
	font-size: 1.15em;
	color: #0000FF;
	padding: 1.5em 0 .5em 0;   }
/* End Table Caption */

/* Start TABLE */


#table_wide80          /* signal, contest */
 {
	margin: 1em;
	vertical-align: top;
	width: 80%;
	border: none;
	background-color: #d5d3d3;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;       /* Dark Blue */}

/* Table Row -- tr -- */

tr {vertical-align: top;}

/* Table Row -- tr -- END  */

/* Table Header */

th {
	font-size: 1.1em;
	color: #000066;   /* Dark Blue */
	text-align: left;
}


/* Table Cell -- td -- */	
	
#table_wide80 td {padding: .3em 0 .3em .5em;   }
	

/* Table Cell -- td -- END */


/* Table Link -- a -- */	

#table_wide80 a        /* see also primary,  table2.ccs  &  layout_main.ccs   */
 {
	background: #eeeeee;
	color: #0000EE;
	font-weight: bold;
	text-decoration: none;
}

#table_wide80 a:hover
 {	background: #000066;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;     }

/* Table Link -- a --END  */	

/* End  Table */


/* Table Colors */

.BG_odd {
	background-color: #ffcc99;  }
	
.BG_even {
	background-color: #ffff99;  }
	
.BGConventionDiv {
	background-color: #FF99FF;   }

	
.sub_header  {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	padding: .2em 0 .2em 1.5em;  }

.division  {
	background-color: #CCCCCC;
	color: #0000FF;
	font-size: 110%;
	text-align: center;
	padding: 0.3em 0 0.3em -1em;    }

.year  {
	background-color: #99FF99;
	color: #0000FF;
	font-size: 110%;
	text-align: center;
	padding: 0.5em 0 0.5em -1em;
	font-weight: bold;
}

