﻿body
{
    background: url(../images/background.gif) repeat-x;
    font-family: Verdana;
    font-size: x-small;
    color: Gray;
}

h1
{
    color: Gray;
    font-family: Arial;
    font-size: medium;
}
h2
{
    color: Gray;
    font-family: Arial;
    font-size: small;
}

.bordered_img
{
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.inputfield_label
{
    color: Gray;
    font-weight: bold;
}

a
{
    color: #247ea9;
    text-decoration: none;
    font-weight: bold;
}

.Button
{
    color: #FFFFFF;
    background-color: #a7d321;
    border-style: none;
    height: 22px;
}

.Required
{
    color: #FF0000;
}

.Information
{
    color: #FF0000;
}

.topMenu
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
}

.fileUpload
{
    background-color: #a7d321;
    border-style: none;
    color: #FFFFFF;
    height: 22px;
    padding-left: 7px;
    width: 400px;
}

.inputfield
{
    color: Gray;
    font-family: Verdana;
    font-size:x-small;
}

li {
   list-style-image: url(../images/bullet.gif);
}
