a, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #ED9121;
}

body
{
    background-color: #0099CC;
    color: #333333;
    font-size: 9pt;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Arial, Sans-serif;
    text-align: center;
}

div.content
{
    background-color: #FFFFFF;
    border: 1px solid black;
    width: 640px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h1
{
    font-size: 20pt;
}

h2
{
    border-top: 2px dotted #DDDDDD;
    padding-top: 15px;
    font-size: 16pt;
}


.center
{
    text-align: center;
}

table.SlideShowContainer
{
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    text-align: center;
}

td.ImgContainer
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}