﻿.AgendaGrid_Day
{   border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
}  

.AgendaGrid_Day 
{
    font-size: 8pt;
    color: #696969;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

.AgendaGrid_Date
{
    font-size: 10pt;
    color: #696969;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

.AgendaGrid_Choices
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    color: #5e5e5e; 
}


.headlines, .sublines, infotext {font-family:arial; color:blue; background:yellow; font-weight:bold;}
.headlines {font-size:14pt;}
.sublines {font-size:12pt;}
.infotext {font-size: 10pt;}

.GlobalLook
{
    font-size: 10pt;
    font-family: Arial;
    font-weight:normal;
    color: black;
    
}

.hrefClass
{
    font-family: Arial;
    font-size: 10pt;
    color:#dd8128;
    font-weight:bolder;
}

.footer
{
    font-size: 9pt;
    font-family: Arial;
    color:#dd8128;
    font-weight:bolder;
    padding: 10px;
      
}
.links
{
    color:#dd8128;
    font-weight:bolder;
}
			.h2 {
                font-family: Arial;
                font-size: 12pt;
                color:#ff8168;
                font-weight:bold;
            }
			.h1 {
                font-family: Arial;
                font-size: 14pt;
                color:#dd8168;
                font-weight:bold;
            }
	        .h3 {
                font-family: Arial;
                font-size: 10pt;
                color:#ff8168;
                font-weight:bold;
            }
            .indent 
            {
                text-indent: 25px;
            }
            .doubleindent
            {
                text-indent: 50px;
            }
            .noindent
            {
                text-indent: 0px;
            }