.top {
        margin-top: 0px;
        background: black;
        color: white;
        font-size: 10pt;
}

.fina {
        border: 2px solid black;
        color: black;
        background : white;
}

.fina2 {
        border: 1px solid black;
        color: black;
        background : #99ccff;
}
.fina3 {
        border: 1px solid black;
        color: black;
        background : white;
}
.finb {
        border: 1px solid navy;
        color: black;
        background : #99ccff;
}

.finc {
        border: 2px solid black;
        border-top: 1px solid black;
        color: black;
        background : #339966;
}
.find {
        border: 1px solid black;
        color: black;
        background : white;
}
body  {
        background : #CCCCCC;
        font-family: verdana, helvetica, sans-serif;
        font-size: 80%;
        margin-top: 0px;
        padding-top:0px;
}

TD   {
        font-family: verdana, helvetica, sans-serif;
        font-size: 80%;
}

A  {
        color : #990033;
        text-decoration : none;
}

A:Visited  {
        color : #990033;
        text-decoration : none;
}

A:Active  {
        color : #990033;
        text-decoration : none;
}

A:Hover  {
        color : #cc0000;
        font-weight : normal;
	text-decoration : overline & underline;		
}

.input {
    border-width:1px;
    color : #006633; font-weight:bold;
    border-width:1px; border-style:solid; border-color: #006633;
    }

HR  {
     height: 1px;
     width: 90%;
     color: black; 
}

.hr2  {
     height: 3px;
     width: 70%;
     color: red;
     border-style: dotted; 
}