/* individual table cell styling */
/* cell_row_column */

.cell_1_1 {
	text-align:center;
}
.cell_1_1_with_banner {
	text-align:left;
}
.cell_1_2 {}
.cell_1_3 {}
.cell_2_1 {}
.cell_2_2 {}
.cell_2_3 {}
.cell_3_1 {
	border-top:1px solid #979A33;
	border-bottom:1px solid #979A33;
	vertical-align:top;
}
.cell_3_2 {}
.cell_3_3 {
	border-top:1px solid #979A33;
	border-bottom:1px solid #979A33;
}
.cell_4_1 {}
.cell_4_2 {}
.cell_4_3 {}


/* supplemental font styling */
.text_normal {font-size:12px;}

.text_large {font-size:13px;}

.text_small {font-size:10px;}

.text_tiny {font-size:8px;}

.text_caps {letter-spacing: 0.12em; font-size:11px;}
.text_caps_small {letter-spacing: 0.12em; font-size:9px;}
.text_caps_neigh {letter-spacing: 0.12em; font-size:10px;}

.justify {width:450px; text-align:justify;}

.club_justify {text-align:justify; }

#tm {
	position: relative;
	font-size:7px;
	vertical-align:text-top;
}
