﻿html, body, p, td, th, input, option, select, textarea
{
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}

a
{
    color: #3b78b6;
    text-decoration: none;
}

a:hover
{
	color: #444;
	text-decoration: underline;
}

a:visited
{
    color: #3a5b9b;
    text-decoration: none;
}

h1
{
    font-size: 30pt;
    color: #000000;
}

h2
{
    font-size: 18pt;
    color: #993300;
}

h3
{
    font-size: 14pt;
    color: #993300;
}

h4
{
    font-family: Tahoma, Geneva, Sans-Serif;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

h5
{
    font-size: 11pt;
    color: #000000;
}

.formLabel
{
    text-align: right;
    font-weight: bold;
    padding: 3px;
    white-space: nowrap;
    vertical-align: middle;
}

.formLabelBigField
{
    text-align: right;
    font-weight: bold;
    padding: 3px;
    white-space: nowrap;
    vertical-align: top;
}

.errorMessage
{
	font-weight: bold;
	color: Red;
}

.errorListItemError
{
	color: Red;
}

.errorListItemWarning
{
	color: DarkOrange;
}

.errorListItemSuccess
{
	color: Green;
}

.errorListItemInformation
{
	color: Black;
}

.subText
{
    font-size: 8pt;
}

.subTextHighlighted
{
    font-size: 8pt;
    color: #ffffff;
    background-color: #3b78b6;
    padding: 1px 4px 1px 4px;
    margin: 2px 0 2px 0;
}

.columnHeader
{
	background-color: #555555;
	color: #ffffff;
	font-weight: bold;
}

.highlightedText
{
	background-color: #3b78b6;
}
