﻿        .master_footer
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: x-small;
            color: #FFFFFF;
            text-align: left;
        }   
        #tickertape
        {
            position: relative;
            width: 750px;
            height: 20px;
        }
        #subtickertape
        {
            background-color: black;
            position: absolute;
            border: 1px solid black;
            width: 790px;
            height: 20px;
        }
        .subtickertapefont
        {
            font: bold 12px Verdana;
            text-decoration: none;
            color: white;
        }
        .subtickertapefont a
        {
            color: white;
            text-decoration: none;
        }
		.mainBlockTitleCell
		{
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			color: #FFFFFF;
			font-weight: bold;
			text-align: center;
			border: thin ridge #000000;
		}
		.mainBlockContent
		{
            font-family: Arial, Helvetica, sans-serif;
            font-size: medium;
            font-weight: bold;
            text-align: center;
            border-style: groove;
		}
		.mainBlockContentNote
		{
            font-size: small;
            font-weight: normal;
		}