﻿div.contIndex
{
    margin-top:15px;
    width: 100%;
    height: 450px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: #FFF9F9;
     
}

div.logoSmall 
{
    display: none;
    }

div.introText 
{
    font-size: large;
    text-align: center;
    width: 50%;
    height:50%;
    display: block;
    margin:40px auto;
}
div.logoReports
{
    width: 100%;
}

div.logoReports img
{
    display: block;
    margin:0 auto;
    margin-top: 50px;
    max-height: 200px;
}