﻿Body
{
	margin: 0;
	background-color: #6E9BBB;
	color: #00056D;
}
 
a {
	color: #00056D;
}
a:visited {
	color: #00056D;
}
a:active {
	color: #00056D;
}
a:hover {
	color: #00056D;
} 
.Heading2 
{
font-family: "Abadi MT Condensed Extra Bold";
font-size: large;
color: #00056D;
}

.formLabel 
{
color: #00056D;
}

.formInput 
{ 
font-weight: bold;
font-family: Arial Narrow
font-size: 12pt;
color: #6E9BBB;
} 
.footerText
{
    line-height:normal;
    font-family:'Arial Rounded MT Bold';
	color: #00056D;
}

.footerLink
{
    line-height:normal; 
    font-family: 'Times New Roman', Times, serif;
    color:red;    
}

td.leftColumn
{
 height:24px;
 padding:0px 0px 0px 0px;
 text-align:right;
 vertical-align:middle;
 max-width:250px;
 border:solid 1px #00056D;
 left:0px;
}

td.centerColumn
{
 height:24px;
 padding:0px 0px 0px 0px;
 text-align:center;
 vertical-align:middle;
 max-width:250px;
 border:solid 1px #00056D;
 left:250px;
}

td.rightColumn
{
 height:24px;
 padding:0px 0px 0px 0px;
 text-align:left;
 vertical-align:middle;
 max-width:250px;
 border:solid 1px #00056D;
 left:500px;
}

p.normal 
{ 
font-weight: bold;
font-family: Arial Narrow
font-size: 12pt;
color: #00056D;
} 

p.padding 
{ 
padding: 4px 4px 4px 4px; 
border: solid #00056D; 
border-width:1px;
color: #00056D;
} 

table
{
background-color:#6E9BBB;
}

td.col0 
{ 
border: solid #00056D; 
border-width:1px;
padding: 1px 1px 4px 4px;
max-width: 754px;
text-align: center;
color: #00056D;
font-weight: bold;
font-family: Arial Narrow;

} 

td.col1 
{ 

border: solid #00056D; 
border-width:1px;
padding: 1px 1px 4px 4px;
max-width: 61px;
text-align: center;
color: #00056D;
font-weight: bold;
font-family: Arial Narrow;


} 
td.col2 
{ 

padding: 1px 1px 4px 4px; 
border: solid #00056D; 
border-width:1px;
max-width: 476px;
text-align: left;
color: #00056D;
font-weight: bold;
font-family: Arial Narrow;
} 	
td.col3 
{ 

border: solid #00056D; 
border-width:1px;
padding: 1px 1px 4px 4px;
max-width: 116px;
text-align: center;
color: #00056D;
font-weight: bold;
font-family: Arial Narrow;
} 
td.col4 
{ 

border: solid #00056D; 
border-width:1px;
padding: 1px 1px 4px 4px;
max-width: 101px;
text-align: center;
color: #00056D;
font-weight: bold;
font-family: Arial Narrow;
} 

td.col36 
{ 
border: solid #00056D; 
border-width:1px;
padding: 1px 1px 4px 4px;
width: 760px;
text-align: center;
color: #00056D;
font-weight: bold;
font-family: Arial Narrow;
font-size: 36px;
} 

.Play
{
font-family: "Arial Narrow";
font-size: medium;
text-align: center;
color: #00056D;
}

.listeners
{
    font-family: "Arial Narrow";
    font-size: medium;
    color: #00056D;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    border: thin solid #00056D;
    padding: 0px;
    margin: 0px;
    position: absolute;
}

TABLE.tabulardata {
    padding: 0px;
    margin: 0px;
    BACKGROUND-COLOR: #6E9BBB;
    font-family: "Arial Narrow";
    font-size: medium;
    vertical-align: top;
    text-align: left;
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
    position: absolute;
    overflow: hidden;
    display: table;
    visibility: visible;
}
TABLE.tabulardata TR {
    padding: 0px;
    margin: 0px;
    BACKGROUND-COLOR: #6E9BBB;
    font-family: "Arial Narrow";
    font-size: medium;
    vertical-align: top;
    text-align: left;
    table-layout: fixed;
    empty-cells: show;
    overflow: hidden;
    border-collapse: collapse;
    display: table-row;
    visibility: visible;
}
TABLE.tabulardata TH {
	border: 1px solid #00056D;
	margin: 1px;
	BACKGROUND-COLOR: #6E9BBB;
	PADDING: 1px;
	font-family: "Arial Narrow";
	font-size: medium;
	font-weight: bold;
	color: #00056D;
	vertical-align: top;
	text-align: left;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	empty-cells: show;
	border-collapse: collapse;
	overflow: hidden;
	table-layout: fixed;
	display: table-header-group;
	visibility: visible;
}
TABLE.tabulardata TD {
	border: 1px solid #00056D;
	margin: 1px;
	padding: 1px;
	font-family: "Arial Narrow";
	vertical-align: top;
	text-align: left;
	background-color: #6E9BBB;
	font-size: medium;
	border-collapse: collapse;
	empty-cells: show;
	overflow: hidden;
	display: table-cell;
	visibility: visible;
	table-layout: fixed;
	color: #cc0000;
}
