﻿BODY
{
    font-size: 75%;
    vertical-align: top;
    color: #000000;
    line-height: normal;
    font-family: Arial, Sans-Serif;
    text-align: left;
    background-image: url(../../images/bodybackground2.gif);
	background-color: #B2B4AC;
}
TABLE
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    vertical-align: top;
    text-align: left;
}
TH 
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
TD
{
    vertical-align: top;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
H1
{
    font-size: 150%;
    margin: 0px;
}
H2
{
    font-size: 100%;
    color: White;
    margin: 0px;
    text-transform: uppercase;
}
H2 a:link {
	text-decoration: none;
	color: White;
}
H2 a:visited {
	text-decoration: none;
	color: White;
}
H2 a:hover {
	text-decoration: none;
	color: #999999;
}
H2 a:active {
	text-decoration: none;
	color: White;
}
H3 
{
    font-size: 75%;
    color: White;
    margin: 0px;
    padding: 3px 3px 3px 5px;
    letter-spacing: 0px;
}
.image-right
{
	float: right;
	padding: 0px 0px 8px 10px;
}
.image-left
{
	float: left;
	padding: 0px 10px 8px 0px;
}
.footer
{
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: none;
	color: #999999;
}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
HR
{
    height: 1px;
    color: #444444;
}
.th_centeralign 
{
    text-align: center;
}
.smallnotes 
{
    font-size: 85%;
}
.warning 
{
	padding: 6px 8px 6px 8px;
	background-color: #DDDDDD;
	border: solid 2px Red;
}
.nowrap
{
	white-space: nowrap;
}