/* table styles */

.extable
{
background-color:#FFFFFF;
border:2px solid #0099CC;
margin-left: auto;
margin-right: auto;
}

.introtable
{
background-color:#FFFFFF;
border:2px dotted #990000;
margin-left: auto;
margin-right: auto;
}

.playcell
{
background-color:#FFFFFF;
width: 10%;
text-align: center;
border:2px dotted #000080;
}

.engcell
{
background-color:#FFCCCC;
font-size: 12px;
}

.spancell
{
background-color:#EBEBEB;
font-size: 12px;
text-align: right;
}

.numcell
{
background-color:#FFCCCC;
}

/* font styles */

.red_emph
{
background-color: #FFB700;
}

.engsent1
{
font-size: 14px; 
color: #990000; 
font-family: Arial, Helvetica, sans-serif;
}

.engsent2
{
font-size: 14px; 
color: #000080; 
font-family: Arial, Helvetica, sans-serif;
}

.spantrans1
{
font-family: monospace; 
font-size: 9px;
color: #03a;
}

/* misc */

.introimg
{ 
text-align: center;
}

.noborder
{
border: 0 none;
}

.footnote
{
font-size: 8pt;
font-family: Lucida;
color: #000080;
}

