﻿body 
    {
    font-size:10pt;
    font-family:Tahoma;
    color:#0C162E;
    }
td
    {
    font-size:10pt;
    font-family:Century Gothic;
    color:#0C162E
    }
td.bold10
    {
    font-weight:bold;
    font-size:10pt;
    font-family:Century Gothic;
    text-align:left;
    }
td.tv_header
    {
    font-size: 9pt; 
    font-family: Century Gothic; 
    font-weight:bold;
    text-align:left;    
    }
td.tv_subheader
    {
    font-size: 7.5pt; 
    font-family: Century Gothic; 
    font-style:italic;
    font-weight:bold;
    text-align:left;    
    }    
td.tv_table
    {
    font-size: 7.5pt; 
    font-family: Century Gothic; 
    text-decoration: none;
    text-align:left;
    }
header    

    .popupControl {
	    background-color:#AAD4FF;
	    position:absolute;
	    visibility:hidden;
	    border-style:solid;
	    border-color: Black;
	    border-width: 2px;
    }

    .modalBackground {
	    background-color:Gray;
	    filter:alpha(opacity=70);
	    opacity:0.7;
    }

    .modalPopup {
	    background-color:#e0d5a7;
	    color:#0c162e;
	    border-width:2px;
	    border-style:solid;
	    border-color:Gray;
	    padding:3px;
	    width:400px;
    }
