﻿/* General */
body
{
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: medium;
    color:Black;
}


.banner
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left; 
    background-color: #006633;
    background-image: url('_Images/Banner.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: Black; /* #FFFFFF */
    font-weight: bold;
    height: 80px;
}

.subtitle
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #006633;
    font-weight: bold;
    font-size: 1.5em;
}

hr.footer
{
    width:98%;
    height:2px;
    color: Silver;
}

.footer
{
    font-size:xx-small;
    color: Black;
    text-align: center;   
}

.logininfotitle
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: Black;
    font-weight: bold;
    font-size: 1em;
}

.examplebox
{
    background-position: center center;
    width: 280px;
    height: 200px;
    font-family: Arial;
    border: solid 2px Black;
    padding: 8px;
    background-image: url('_Images/ExampleBackGround.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

