﻿.tblData
{
	font-family:Arial Narrow;
	font-size:49pt;
}

.BLine
{
	border-bottom: black 1px solid;
	text-align:center;
}

.RLine
{
	border-right: black 1px solid;
}

.LLine
{
	border-left: black 1px solid;
}

.header
{
        background-color:#5F2412;
        color:White;
        text-align:center;
}
	
.TableBorder
{
	border-color: black;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

@media print 
{
    .TeamName
	{
		font-size: .07in;
		white-space:nowrap;
	}

	.TeamName2
	{
		font-size: .08in;
		
	}
	.rows
	{
		font-size: 1px;
	}
    .noprint
    {
		display:none;
    }
    .yesprint
    {
	}
}
@media screen 
{
    .TeamName
	{
		font-size: .075in;
		white-space:nowrap;
	}

	.TeamName2
	{
		font-size: .09in;
		
	}
	.rows
	{
		
		font-size: 1px;
	}
    .noprint
    {
        
    }
    .yesprint
    {
		  display:none;
    }
    
    
}
