﻿#content
{
  background-color: #f5f5f5;
} 
#i1{background-color: #f5f5f5;}
#i1 table
{
    border-collapse: collapse;
    width :100%;
}
#note{ margin-top :3px;
        margin-bottom :3px;}
        
#ibutton{background-color: #f5f5f5;}
#i2
{
    color: #000000;   
    background-color: #f5f5f5;
}
.title
{
    color: #000099;
    text-align: center;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
   
}
.title3
{
    font-weight: bold;
    text-align: center;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 10pt;
    color: #000099;
}
.text
{
    text-align: center;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    color: #990033;
 
}
 a:link
{
    color: #000000;
}
a:visited
{
    color: #993333;
}
a:hover
{
    color: #000000;
    text-decoration: none;    
}
a:active
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
