﻿body
{
	/*margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #62605F;
	font-size: 62.5%;
	background-color: #f2f2f2;*/
	
	margin: auto;
	text-align: center;
	background: #333333;/*#EFEFEF; /*#ffffff;/*#111111;*/
	width: 800px;
	font-family: Times New Roman; /*Tahoma;Helvetica*/
}

       
.shadow, .shadow2, .content
{
    position: relative;

}
.content
{
  color: White;/*#414141;*/
  background-color: #000000;
}       
.shadow { background-color: #444444;  /*background:url(/Images/dropshadow.gif)  repeat-y top;*/
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    width: 828px;
}
.shadow2 { background-color: #222222; 
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.Navigation
{
    height: 9px;
    border-width: 0px;
    background-color: #666666;
}
.Logo
{
    height: 115px;
    border-width: 0px;
}
.Footer
{
    height: 21px;
    border-width: 0px;
}

td, th { border: 0px solid }

h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}

h2
{
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
	text-align: center;
}
h3
{
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
}

p
{
    text-align: left;
}

h4
{
    font-size: 1em;
    text-align: center;
}

.maincontent
{
    margin: 5px 10px 5px 10px;
    text-align: left;
}

a
{
    color: white;
}
