/* 
    Util.css            xxx use sw.css instead.
*/

body, td, input, select
{
    font-family: Verdana, Arial, Helvetica;
    font-size: x-small;
}
img { border: none; }

h1
{
    font-size: large;
    margin-top: 0;
    margin-bottom: 0;
}
h2
{
    font-size: medium;
    margin-top: 0;
    margin-bottom: 0;
}

.TextLittle { font-size: xx-small; }
.TextError
{
    font-weight: bold;
    color: red;
}
.TextNotice
{
    font-weight: bold;
    color: #006000;
}

a:link { color: #0000a0; }
a:visited { color: #0000a0; }
a:active { color: #0000a0; }

