body {
	background-color: black;
	color: white;
	text-decoration: none;
	font-family: arial,helvetica;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

td {
	color: white;
	font-size: 11px;
}

form {
	color: white;
	font-size: 11px;
}

input { 
	font-size: 11px;
	border-width: thin;
}

select { 
	font-size: 11px;
	border-width: thin;
}

a:link {
	color: #a0a0b0;
	text-decoration: none;
	font-family: arial,helvetica;
	font-size: 11px;
}

a:visited {
	color: #a0a0b0;
	text-decoration:none;
	font-family: arial,helvetica;
	font-size: 11px;
}

a:active {
	text-decoration:none;
	font-family: arial,helvetica;
	font-size: 11px;
}

a:hover {
	color: white;
	text-decoration: none;
	font-family: arial,helvetica;
	font-size: 11px;
}

a.whitelink {
	color: white;
	text-decoration: none;
	font-family: arial,helvetica;
	font-size: 11px;
}

td.generic {
	color: white;
	background-color: #151518;
}

td.box {
	width: 100%;
}

td.title {
	color: white;
	background-color: #272730;
}

td.titleborder {
	color: white;
	background-color: black;
}

td.content {
	color: white;
	background-color: #151518;
}

td.contentborder {
	color: white;
	background-color: #303040;
}

td.newscontent {
	color: white;
	background-color: #151518;
}

td.newscontentborder {
	color: white;
	background-color: #151518;
}

td.newstitle {
	color: white;
	background-color: #272730;
}

td.newstitleborder {
	color: white;
	background-color: black;
}

td.navbar {
	background-color: #404050;
	height: 1;
	width: 1;
}

div.box {
	top: 0px;
	background-color: none;
	border: 1px solid #303040;
	width: 100%;
	padding: 2px;
	margin:0px 0px 0px 0px;
	position: relative;
}

div.simplebox {
	top: 0px;
	background-color: none;
	border: 0px;
	width: 100%;
	padding: 0px;
	margin:0px 0px 0px 0px;
	position: relative;
}

p.box {
	top: 0px;
	background-color: #272730;
	line-height:16px;
	border: 1px solid black;
	width: 100%;
	margin:0px 0px 0px 0px;
	position: relative;
}

.newstitle {
	top: 0px;
	background-color: #272730;
	line-height:16px;
	border: 1px solid black;
	position: relative;
}
td.header {
        background: #303040;
        color: #A0A0B0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
}
td.headeractive {
        background: #151518;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}
			     
.border {
       background: #404050;
}
