@charset "utf-8";
/* CSS Document */

body {
	background-color:	#252525;
	font-family: Arial, Helvetica, sans-serif;
	color: #C9C9C9;
	margin:	0px;
	padding:	0px;
}

h1 {
	margin:	0px;
	padding:	0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
}
h2 {
	font-size: 18px;
	margin:	0px;
	padding:	0px;
}
.right {
	text-align: left;
	width: 450px;
	margin-left: 20px;
}
p.right {
	margin-left: 40px;
}
p strong {
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
table {
	border: 0;
}
td {
	background-color:	#222222;
	background-repeat: repeat-y;
	text-align: center;

}
.TopNav {
	position: relative;
	left: 200px;
	top: 103px;
	margin:	0px;
	padding:	0px;
}
a:link {
	color: #767676;
	text-decoration: none;
}
a.here:link  {
	color:				#FF6500;
	text-decoration:	underline;
}
a:visited {
	text-decoration: none;
	color: #767676;
}
a.here:visited  {
	color:				#FF6500;
	text-decoration:	underline;
}
a:hover {
	text-decoration: underline;
	color: #eeeeee;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.copyright{
	font-size:9px;
	text-align: center;
	color: #c9c9c9;
}
.scrollbox {
	text-align: center;
	width: 700px;
	margin-left: 50px;
}
.left {
	color: #c9c9c9;
}
h5.right{
	text-align:right;
}
h5.right a{
	color: #ff6500;
}

