img { behavior: url("png.htc"); }

body
{
    font-family: Verdana, Arial, Helvetica, Times New Roman;
    font-size: 10px;
    color: #000000;
    margin: 0px;
    line-height:16px;
    background-color:#FFFFFF;
}

table
{
    font-family: Verdana, Arial, Helvetica, Times New Roman;
    font-size: 10px;
    color: #000000;
    line-height:16px;
    background-color:#FFFFFF;
}

p{
	font-family: Verdana, Arial, Helvetica, Times New Roman;
    font-size: 10px;
    color: #000000;
    margin: 0px;
    line-height:16px;
    background-color:#FFFFFF;
}

a
{
    color: #005289;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

input
{
    border: solid 1px #005289;
}

input.login
{
    height: 19px;
    width: 100px;
}
input.button
{
    border: solid 1px #000000;
    background-color: #005289;
    height: 19px;
}

select
{
    border: solid 1px #005289;
}

.header
{
    color:#005289;
    font-size:11px;
    font-weight:bold;
}
.mainContent
{
    top: 0px;
    position: absolute;
    z-index: 1;
    height: 547px;
    width: 457px;
    border: solid 1px #000000;
    filter: progid:DXImageTransform.Microsoft.fade(duration=1);
}