﻿
/* CSS style definitions common to all browsers. Override if necessary in browser
   specific stylesheet. */

*
{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    color: #003366;
}

/* Body background image (gradient) and color below set */
body
{
    background-color: #fff;
    text-align: left;
    font-size: 12px;
    background-position: top;
}

input[type=text]
{
    border: solid 1px #7caec7;
}

.watermark
{
   color: DarkGray;
}
.normal
{
}