﻿body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    color: #000000;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.8em;
    color: #000000;
}

.message
{
	font-weight: bold;
	color: #ee1111;
	text-align: center;
}

h1
{
    font-weight: bold;
    font-size: 1.4em;
}

.subHead, h2
{
    font-size: 1em;
    font-weight: bold;
    color: #000000;
}

a
{
    color: #333333;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.Normal
{
}

.Normal h2
{
    font-weight: bold;
    font-size: 1em;
}

.Resource
{
    border: solid 1px #000000;
}

.Resource h2
{
    font-weight: bold;
    font-size: 1em;
    color: #ff0000;
    padding: 4px;
    border-bottom: solid 1px #000000;
    width: 98%;
}

.Resource p
{
    padding: 4px;
}