﻿body 
{
    text-align: center;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    font-weight: bold;
}

.logoImg01
{
    border: 0px;
    text-decoration: none;
    background-image:url(Images/app6Dev09.gif);

}

.logoImg02
{
    position: absolute;
    left: 200px;
    top: 40px;
    border: 0px;
    text-decoration: none;
}

.welcomeMsg
{
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    border: solid 1px #e0e0e0; 
    vertical-align: middle;
    color: Black; 
    background-color: #ffd700;
    letter-spacing: 1px;
}

.bar
{   width: 900px; 
    height: 5px; 
    background-color: #99ccff; 
    border: solid 1px #e0e0e0;
}

.footer
{
    width: 900px; 
    height: 20px; 
    border: solid 1px #e0e0e0; 
    font-size: 12px; 
    vertical-align: middle;
}
    
.borderC
{
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}    

.box1
{
    width: 350px;
    height: 300px;
}

.boxH
{
    width: 345px;
    height: 20px;
    border: solid 1px #e0e0e0;
    background-color: #e6e6fc;
}

.boxB
{
    width: 345px;
    height: 275px;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}

.boxSubject
{
    margin-left: 30px;
    font-family: Arial Black, Verdana, Arial;
    font-size: 12px;
    color: Black;
}

.textBox
{
    margin-left: 60px;
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    color: Green;
}

.textBoxExtra
{
    margin-left: 60px;
    font-family: Arial Black, Verdana, Arial ;
    font-size: 11px;
    color: Blue;
    text-decoration: underline;
}
.textBoxUnder
{
    margin-left: 80px;
    font-family: Verdana, Arial, Arial Black;
    font-size: 11px;
    color: Green;
}