﻿body 
{
	margin-left: 0;
	margin-top: 0;
	background-color: #231F20;
}

a:link 
{
	color: #FFFFFF;
	text-decoration:none;	
}

a:visited 
{
	color: #FFFFFF;
	text-decoration:none;
}

a:hover 
{
	text-decoration:none;
	border-bottom: 1px dashed;
}

a:active
{
	text-decoration:none;
	border-bottom: 1px dashed;
}

.Header 
{
	text-align: left;
	width: 181px;
}
.Text 
{
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	font: 14px Trebuchet MS;
	color: #605C49;
}
.Text a 
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}

.Text a:visited 
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}
.Text a:hover 
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.Text a:active
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.Menu 
{
	text-align: left;
	background-color: #706231;
	width: 619px;
	/*height: 29px;*/
	padding-top: 5px;
	padding-left: 5px;
	font: bold 12px Trebuchet MS;
	color: #FFFFFF;
}


.Headline 
{
	text-align: center;
}
.Footer 
{
	text-align: center;
	background-color: #ffeba2;
	padding: 5px;
	font: 12px Trebuchet MS;
	color: #605C49;
	height: 40px;
}

.Footer a 
{
	font: 12px Trebuchet MS;
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}

.Footer a:visited 
{
	font: 12px Trebuchet MS;
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}
.Footer a:hover 
{
	font: 12px Trebuchet MS;
	color: #656DBC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.Footer a:active
{
	font: 12px Trebuchet MS;
	color: #656DBC;
	text-decoration: none;
	border-bottom: 1px dashed;
}


.Image 
{
	border-width: 0px;
}

.ImageLink a
{
	border-bottom: none;
}

.ImageLink a:visited
{
	border-bottom: none;
}

.ImageLink a:hover 
{
	border-bottom: none;
}

.ImageLink a:active
{
	border-bottom: none;
}


.Console
{
	background-color: #FFFFFF;
	color: Black;
}

.Console a
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}

.Console a:visited
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}

.Console a:hover 
{
	color: #656DBC;
	text-decoration: underline;
	border-bottom: none;
}

.Console a:active
{
	color: #656DBC;
	text-decoration: none;
	border-bottom: none;
}

