body,td,th {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
}
.nav{
	background-color:#1c1c1c;
	width:700px;
}
td.main{
	width:500px;
}
.left{
	background-image:url(../images/left3.gif);
	background-repeat:repeat-y;
	height:auto;
	background-position:left;
}
.right{
	background-image:url(../images/right3.gif);
	background-repeat:repeat-y;
	height:auto;
	background-position:right;
}
body {
	background-color: #121212;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
}
a {
	font-size: 10px;
	color: #888888;
	outline:none;
}
a:link {
	text-decoration: none;
	outline:none;
	cursor:crosshair;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #888888;
	outline:none;
	cursor:crosshair;
	text-decoration:line-through;
}
a:hover {
	text-decoration: none;
	color: #8DCC4A;
	outline:none;
	cursor:crosshair;
}
a:active {
	text-decoration: none;
	color: #888888;
	outline:none;
	cursor:crosshair;
}
.title {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-decoration:underline;
	font-style:normal;
	font-weight:bold;
	text-align:center;
}
h2{
	font-size:11px;
	margin-bottom:0px;
	text-align:center;
}
.textbox {
	background-color:#222222;
	border-color:#999999;
	border-style:dotted;
	border-bottom-width:thin;
	border-left-width:thin;
	border-top-width:thin;
	border-right-width:thin;
	color:#888888;
	font-style:italic;
}

.on {
	background-color:#96d841;
	border-color:#000000;
	border-collapse:collapse;
	border-style:solid;
}

.off {
	background-color:#101010;
	border-color:#404040;
	border-collapse:collapse;
	border-style:solid;
}

