html, body, #wrapper 
{
    height:50%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    background-color:#424242;
}

.sitemap
{
    font-size: 14px;
}   
a.sitemap:Link
{
    color: #000000;
    text-decoration: none;
}

a.sitemap:hover
{
    color: #ffffff;
    text-decoration: none;
}

a.sitemap:active
{
    color: #000000;
    text-decoration: none;
}

a.sitemap:visited
{
    color: #000000;
    text-decoration: none;
}

a:link 
{
    color: #ff0000;
}
a:visited 
{
    color: #ff0000;
}
a:hover 
{
    color: #3300ff;
}
a:active 
{
    color: #ff0000;
}
.submitButtonCopy
{
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.25em;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 75%;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.submitButton
{
    border: 3px double #00476c;
    border-top-color: #b9d3e1;
    border-left-color: #b9d3e1;
    padding: 0.25em;
    background-color: #c9dde8;
    color: #333333;
    font-size: 75%;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

table
{
    color: #000000;
    font-family: Arial;
    font-size: 14px; 
    line-height: 22px;   
    text-align: justify;
}

.PageTitle
{
    color: #000000;
    font-family: Arial;
    font-size: 17px; 
    font-weight: bold;
    line-height: 15px;
}

.error
{
    font-weight: bold;
    color: Red;
}
.footer{
	font: 10.5px arial;
	color: #FFFFFF;
	text-align : center;
	text-decoration:none
}

a.footer:Link
{
    font: 10.5 arial;
    color: #ffffff;
    text-decoration: none;
}

a.footer:hover
{
    font: 10.5 arial;
    color: #ffffff;
    text-decoration: none;
}

a.footer:active
{
    font: 10.5 arial;
    color: #ffffff;
    text-decoration: none;
}

a.footer:visited
{
    font: 10.5 arial;
    color: #ffffff;
    text-decoration: none;
}


.requiredText
{
    font-weight: bold;
}

.LeftColumn
{
    font-size: 12px;
    line-height: normal;
}