/* Generic CSS, Size Only */
/* h1 = heading 1 */
/* h2 = heading 2 */
/* h3 = heading 3 */
/* h4 = heading 4 */
/* h5 = heading 5 */
/* h6 = heading 6 */
/* tr = table row */
/* th = table heading */
/* td = table cell */
/* p = paragraph */
/* a = links */
.container, #container, #globalwrap, #global {
  	font-size: 13px;
}
div {
  	font-size: 13px;
}
div#printbanner p.clubname {
	font-size: 17px;
}
h2 {
   	font-size: 16px;
}
h3 {
  	font-size: 15px;
}
h4 {
  	font-size: 14px;
}
table thead tr td {
    font-size: 16px;
}
table tbody tr td {
  	font-size: 13px;
}
p {
  	font-size: 13px;
}
a {
  	font-size: 13px;
}
/* End Of Generic */