a {
        color: blue;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
}
a:visited {
        color: blue;
}
body    {
        margin:0px;
        padding:0px;
        background:url(images/top_tall.gif) top left repeat-x
}
dd {
        margin-bottom: 5px;
}
dt {
        color: #FFFFC0;
        cursor: pointer;
}
dt:hover {
        text-decoration: underline;
}
td {
        font-family: tahoma;
        font-size: 10pt;
        color: white;
}
h1 {
        color: white;
        font-size: 16pt;
        font-family: tahoma, arial;
        font-weight: normal;
}
h2 {
  font-family: arial;
  font-size: 12pt;
}
h3 {
  font-family: arial;
  font-size: 11pt;
  font-style: italic;
}
a.copy {
        color: #808080;
        text-decoration:none;
}
.copy {
        color: #808080;
}
.copy:hover {
        color: #808080;
        text-decoration: underline;
}
.light {
        // background-color: #96A5AC;
        background-color: #5D6B75;

}
.stress {
        font-weight: bold;
}
.list2 {
        list-style-image: url(images/list2.gif);
        color: #4582CD;
        line-height: 20px;
}

.list3 {
        list-style-image: url(images/arrow3.gif);
        line-height: 20px;
        color: #5480B1;
}

.t1 {
        color: #5A5C58;
}
.t2 th {
        color: #D3D8DC;
        border-bottom: 1px solid white;
        font-size: 10.5pt;
        font-weight: bold;
}
.t2 {
        color: #D3D8DC;
	font-size: 10.5pt;
}
.t2 td {
	font-size: 10.5pt;
}
.t2 a {
        color: #FFFFC0;
        text-decoration:none;
}
.t2 a:visited {
        color: #FFFFC0;
}
.t2 a:hover {
        color: #FFFFC0;
        text-decoration: underline;
}
.t3 {
        color:#4582CD;
        line-height:16px;
}
input.password {
        border-style:solid;
        border-width:1px;
        border-color:#C5CFD8;
        font-family:tahoma;
        font-size:10px;
        color:#9E9E9E;
}
#f1     input{
                width:131px;
                height:18px;
                border-style:solid;
                border-width:1px;
                border-color:#C5CFD8;
                font-family:tahoma;
                font-size:10px;
                color:#9E9E9E;
                padding-left:6px
                }
#form   textarea{
                width:131px;
                height:72px;
                border-style:solid;
                border-width:1px;
                border-color:#98A6B4;
                font-family:tahoma;
                font-size:10px;
                color:#3C4348;
                padding-left:6px;
                margin:0px;
                overflow:auto;
                }
#form   input{
                width:131px;
                height:18px;
                border-style:solid;
                border-width:1px;
                border-color:#98A6B4;
                font-family:tahoma;
                font-size:10px;
                color:#3C4348;
                padding-left:6px;
                margin:0 0 0 5px
                }
.error {
        color: yellow;
}
.success {
        color: lightgreen;
}
