/*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 /* this effect the Title bar text*/
{
    /*position: absolute;
     left: 37px;
    top: 12px;*/
    text-transform: uppercase;
    font-size: 14px;
}

h2
{
    /*position: absolute;
     left: 37px;
    top: 60px;*/
    font-size: 11px;
    font-weight: bold;
}
h3
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}
dl
{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt
{
    position: absolute;
    left: 0;
}

dd
{
    margin-left: 150px;
    height: 2.0em;
}
a
{
    text-decoration: none;
    color: #11518f;
}

a:visited
{
    color: #11518f;
}

a:hover
{
    text-decoration: underline;
    color:Orange;
}

a:active
{
    color: #11518f;
}

PRE
{
    background-color: #FBEDBB;
    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;
}

