body {
	font-family: Tahoma, sans-serif;
	text-align: center;
	min-width: 600px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: #000000
}

a:link {
text-decoration: underline;
color: #ffffff;
}

a:active {
text-decoration : none;
background: #ffffff;
color: #000000;
}

a:visited {
text-decoration: underline;
color: #ffffff;
}

a:hover {
text-decoration : none;
background: #ffffff;
color: #000000;
}

table {
	color: #ffffff;
}

.hidden {
	display: none;
	z-index: 100;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#canvas {
	position: relative;
	text-align: left;
	top: 170px;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	z-index: 6000;
}

#menu {
	background-color: transparent;
	z-index: 7000;
}

#content {
	color: #ffffff;
	z-index: 7000;
	padding: 4px;
	background-color: #000000;
}

#header {
	width: 730px;
	color: #ffffff;
	height: 30px;
	background-color: transparent;
}

#footer {
	width: 730px;
	color: #ffffff;
	height: 30px;
	background-color: transparent;
}

#news {
	z-index: 6000;
	color: #ffffff;
	height: 210px;
}

.shadow {
background: url("../images/css/imgshadow2.gif") no-repeat bottom right;
clear: right;
float: right;
margin: 30px 10px 30px 10px;
padding: 0px;
position: relative;
}

.shadow img {
background-color: #ffffff;
border: 1px solid #a9a9a9;
display: block;
margin: -5px 5px 5px -5px;
padding: 2px;
position: relative;
}

#pscroller1{
width: 718px;
height: 30px;
border: 1px dashed white;
padding: 5px;
background-color: none;
}

#pscroller2{
width: 718px;
height: 110px;
border: 1px dashed white;
padding: 5px;
background-color: none;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdescription{
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}