html, body {
padding: 0;
margin: 0;
height: 100%;
}

A {
        text-decoration: underline;
        font-size: 10;
        font-family: verdana;
        font:900;
}

A:link	{ color:#355E85; }
A:hover	{ color:#B5191D; }
A:active { color:#3C6D9B; }
A:visited { color:#3C6D9B; }

img{border:none}



TD{
FONT-SIZE:12px;
FONT-FAMILY:verdana;
text-align:justify;
COLOR:000000;
}

input{
FONT-SIZE:11;
FONT-FAMILY:verdana;
COLOR:000000;
}
font.bold{font:900;color:ffffff}
font.right{color:ffffff}
font.left{font-size:12}


input,textarea {
        border-bottom: #000000 1px solid;
        border-left: #000000 1px solid;
        border-right: #000000 1px solid;
        border-top: #000000 1px solid;
        font-weight: normal;
}

input[type=text]:focus,input[type=password]:focus { background-color : #8AC3DD; }