﻿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);
}
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;
}
HR
{
    height: 1px;
    color: #444444;
}
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;
}

.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;
}

.modalpopupbackground 
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;   
}    
.modalpopuppanel
{
    background-color: White;
    border: solid 1px #333333; 
    padding: 10px 10px 10px 10px;
    position: absolute; 
    width: 200px; 
    height: 175px;
}
