html, body {
	margin:0;
	padding:0;
	border:0;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-align:center;
	/* background-image:url(../Images/Website_Background.png); */
    background-repeat:repeat-y;
    background-position:center;
    background-color:Black;
    color:#6D7373;
	
}

div#wrap{
	position:static;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.Content
{
	padding:10;
}

A:link, A:visited
{
	color: red;
	text-decoration: none;
}
A:active, A:hover
{
	color: Maroon;
	text-decoration: underline;
}
TABLE
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica
}

h1
{
	FONT-SIZE: 18pt;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Helvetica;
}
h2
{
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Helvetica;
}
h3
{
	FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica;
}