﻿
.header_text
{
font-weight: bold;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #215dc6;
font-size: 22px;
}

label
{
    clear: none;
    display: inline;
    float: left;
    visibility: visible;
    color: black;
    direction: ltr;
    position: static;
    text-align: center;
    font-size: 16px;
}
.highlighted
{
     background-color : #CCCCCC;
}
h1
{
    font-size :18pt;
}

 
label .Label1
{
    text-align: center;
    position: absolute;
    text-transform: capitalize;
    color: teal;
    font-size: medium;
}
.logo
{
    position:absolute ;
    top:8px;
    left:290px;
    z-index:100;
    width:710Px;
    height:130px;
}
.logoTxt
{
 font-size:24pt;
 z-index:105;
 font-family:Lucida Calligraphy;
 position:absolute ;
 left:450px;
 top:50px;  
 width:412px;
 color:Black;
}
 
p:first-line
{
    text-transform:uppercase ;
}
p:first-letter
{
    text-transform:capitalize ;
}
body
{
    background-color:#E0E0E0 ;
}
