@charset "UTF-8";
/* CSS Document */

.Navigation {
	color: #EDE6CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #EDE6CE;
	text-decoration: none;
}
a:visited {
	color: #EDE6CE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h3 {
	color: #EDE6CE;
	padding-left: 50px;
	font-weight: bold;
}
.Navigation a {
	color: #EDE6CE;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	color: #EDE6CE;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.BlueText {
	font-weight: bold;
	color: #EDE6CE;
	line-height:10px;
}
img {
	border-width:0;
}

