A
{
    COLOR: #0000FF;
    TEXT-DECORATION: none}
A:hover
{
    COLOR: #ff0000;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #9D11B3;
    TEXT-DECORATION: none}
A:hover
{
    COLOR: #ff0000;
    TEXT-DECORATION: underline
}

A.privacy
{
    COLOR: #FF9900;
    TEXT-DECORATION: none}
A.privacy:hover
{
    COLOR: #FF9900;
    TEXT-DECORATION: underline
}
A.privacy:visited
{
    COLOR: #FF9900;
    TEXT-DECORATION: none}
A.privacy:hover
{
    COLOR: #FFCC33;
    TEXT-DECORATION: underline
}


.spec {
 width:650px;
 margin:0 auto;
 font-size:100%;
}
.spec h1 {
 font-size:10pt;
 margin:auto auto 1px auto;
 text-align:left;
}
.spec table{
 width:650px;
 margin:0 auto;
 background-color:#3399CC;
 font-size:92%;
}
.spec td {
 padding:3px;
 font-size:100%;
 text-align:center;
}

.spec table th {
 padding:3px;
 text-align:center;
 background-color:#DCE8FF;
 font-weight:normal;
}
.spec table tr {
 background-color:#ffffff;
}
.spec p {
 margin:3px;
}
