﻿a:link, a:visited
{
    color: #363A31;
    text-decoration: none;
}

body 
{
    background: White;
    color: #363A31;
    font-family: Verdana;
    font-size: 9pt;
}

h1
{
    font-size: 11pt;
}

h2
{
    font-size: 10pt;
    margin-bottom: -10px;
}

img
{
    border: 0px none;
}

input[type='button'], input[type='submit']
{
    height: 25px;
    width: 100px;    
}

input[readonly='readonly']
{
    background:#DBDBDB;
    color:#606060;
}

.Error, .Error a:link, .Error a:visited
{
    color: Red !important;
}

.ValidationError
{
    color: Red;
}

.SiteActionButton
{
    margin-top:15px;
}

strong
{
    color: #F20033;
}

ul
{
    list-style-image: url('Images/Bullet.png');
}

ul > li
{
}