﻿/*This StyleSheet Contains Simple tags*/


h1, h2, h3, h4
{
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

p
{
    line-height: 1.5em;        
}
table
{
    font-size: 9pt;
    font-family: Verdana,Arial, helvetica, sans-serif;
}
BODY, P, TD , tr
{
    font-size: 8.5pt;
    font-family: Verdana,Arial, helvetica, sans-serif;
    line-height: 1.5em;
    padding-top: -8px;
    padding-bottom:-8px;
    margin-bottom:1px;
    margin-top:1px;
}
hr
{
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Bright", Georgia, Times, serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
 
}/*color: #900;*/

/*h1  this effect the Title bar text
{
    text-transform: uppercase;
    font-size: 14px;
}*/

h2
{  
    font-size: 18px;
}

dl {
    margin-top: 5px;
}

dt {
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0 3px;
}


a
{
    text-decoration: none;
    color: #11518f;
}

a:visited
{
    color: #11518f;
}

a:hover
{
    text-decoration: underline;
    color:Orange;
}

a:active
{
    color: #11518f;
}

PRE
{    
    font-family: "Courier New" , Courier, mono;
    white-space: pre;   
}

.clk a
{
    text-decoration: none;
    color: #11518f;
}
.clk a:hover
{
    text-decoration: underline;
    color:Red;
}

.clk a:visited
{
    color:Orange;
}