body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #111;
	width: 750px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #222;
	margin-top: 10px;
}
p {
	line-height: 130%;
}
td {
	color: #ccc;
	font-size: 12px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
#wrapper h1 {
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a:link ,a:visited{
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 675px;
	margin-top: 24px;
	text-align: right;
	background-repeat: no-repeat;
	vertical-align: top;
	background-image: url(images/logo.png);
	margin-bottom: 0px;
	position: relative;
}
#header img {
	float: left;
}
#header ul {
	margin: 0px;
	padding: 0px;
}
#header li {
	display: inline;
}
#header li a:link , #header li a:visited{
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: normal;
	color: #ccc;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 200%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#header li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}
#header li a.current,#header li a.current:hover,#header li a.current:active {
	background-color: #333;
	color: #fff;
}
#header li a.holder {
}
#content {
	margin: 0px;
}
#nav2 a:link , #nav2 a:visited{
	color: #ccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	border: 1px solid #111;
}
#nav2 a:hover {
	color: #ccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border: 1px solid #666;
}
.nav2apage {
	color: #ccc;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	border: 1px solid #F00;
}
.imgBorder {
	border: 2px solid #333;
}
#textBox {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
