﻿body {
    margin: 0;
    font-family:Verdana;
    background-color: #FFFFFF;
}
h1 
{
    color: BLUE;
    font-family: VERDANA;
    font-size: 14pt;
}
h2
{
    color: BLUE;
    font-family: VERDANA;
    font-size: 12pt;
}
h3 
{
    color: BLUE;
    font-family: VERDANA;
    font-size: 10pt;
}
h4
{
    color: BLUE;
    font-family: VERDANA;
    font-size: 12pt;
    text-decoration: underline;
    font-style:italic;
}
h5
{
    color: BLUE;
    font-family: VERDANA;
    font-size: 12pt;
    text-decoration: underline;
}
h6 
{
    color: BLUE;
    font-family: VERDANA;
    font-size: 10pt;
    font-style:italic;
}

.Highlighted
{
background-color: Yellow;
}

#Content
{
    padding:10px;
}

#SlideShow 
{
    background: transparent;
    width: 314px;
    height: 208px;
}
#SlideText{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    text-align:center;
    
}