BODY
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #696969;
	text-align: left;
	height: 100%;
}

TABLE.Main
{
	background-color: #505050;
}

.HeaderNavigation
{
    margin-right: 37px;
    margin-left: 37px;
    margin-bottom: 15px;
    margin-top: 15px;
	border-bottom: #696969 1px solid;    
}

.NavItem
{  
	text-decoration: none;
	color: White;
	font-size: 160%;
	text-align: center;   
}

.SmallNav
{
	color: White;
	font-size: 80%;
	text-align: center;   	
}

.SmallNav A
{
	color: White;	
	font-size: 100%;
}

.PageHeading
{
	padding-left: 40px;
	font-size: 120%;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	letter-spacing: 5px;
}

.PageHeading A {
	font-size: 100%;
	text-decoration: none;
}

.Footer
{
    font-size: 70%;
    padding-bottom: 10px;
    color: silver;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.Footer A
{
    color: silver;
    font-size: 100%;	
}


TD.Row0, TD.Row1 {
	font-size: 8pt;
}

TD.Row0 {
	background-color: #212121;
}

TD.Row1 {
	background-color: #1B1B1B;
}

.SubHeader0, .SubHeader0 A
{
	color: White;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.SubHeader1, .SubHeader1 A {
	color: White;	
	text-align: center;	
}

.SubHeader1 
{
	font-size: 90%;	
}

.SubHeader1 A
{
	font-size: 100%;	
}

.SectionHeader0, .SectionHeader0 A
{
	color: White;
	font-size: 100%;
	margin-top: 20px;
}

.SectionHeader1, .SectionHeader1 A {
	color: White;	
	font-size: 90%;
}


INPUT.Contact {
	border: 2px solid Silver;
	font-family: Verdana;
	font-size : 8pt;
	width: 100%;
}
TEXTAREA, TEXTAREA.Contact {
	border: 2px solid Silver;
	font-family: Verdana;
	font-size: 8pt;	
}

TEXTAREA.Contact {
	width: 100%;
	height: 300px;
}

SELECT 
{ 
    font-family : Verdana; 
    font-size : 8pt; 
    width : 300px; 
}

SPAN.ErrorText {
	color: Red;
}
