* {
  margin:0;
  padding:0;
	font:10px sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align:top;
	text-align:left;
}

body {
	background-color:#000;
	color:#fff;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#blender {
  position:absolute;
  z-index:99;
  top:130px;
  left:0px;
  height:400px;
  width:501px;
	display:block;
	background:#000;
}

#container {
	width:470px;
	margin-right:30px;
}

#rtop {
  width:501px;
	height:128px;
	border-bottom:2px solid #000;
	background:#fff;
	text-align:right;
}

#rmiddle {
  width:501px;
	height:215px;
	border-bottom:2px solid #000;
	overflow:auto;
}

#rbottom {
  width:501px;
	height:183px;
	background:#555;
}

a:link {
   color: #000;
	 background:#fff;
	 padding: 1px 3px 2px 3px;
   text-decoration: none;
	 text-transform:uppercase;
	 font-weight:bold;
	 font-size:9px;
	 letter-spacing:1px;
	 line-height:16px;
	 border:0px;
}

a:visited {
   color: #000;
	 background:#fff;
	 padding: 1px 3px 2px 3px;
   text-decoration: none;
	 text-transform:uppercase;
	 font-weight:bold;
	 font-size:9px;
	 letter-spacing:1px;
	 line-height:16px;
	 border:0px;
}

a:hover {
   color: #fff;
	 background:#000;
	 padding: 0px 2px 1px 2px;
   text-decoration: none;
	 text-transform:uppercase;
	 font-weight:bold;
	 font-size:9px;
	 letter-spacing:1px;
	 border: 1px dotted #fff;
	 line-height:16px;
}

a:active {
   color: #000;
	 background:#fff;
	 padding: 1px 3px 2px 3px;
   text-decoration: none;
	 text-transform:uppercase;
	 font-weight:bold;
	 font-size:9px;
	 letter-spacing:1px;
	 line-height:16px;
	 border:0px;
}

strong {
   font-weight: bold;
}

p strong {
  font-weight: bold;
  font-size: 11px;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

td {
  vertical-align:top;
}

.klein {
   font-size: 9px;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 12px;
   color: #fff;
	 font-weight:bold;
	 height:14px;
}

h2 {
   font-size: 12px;
   color: #fff;
}

p, ul {
   font-size: 11px;
   color: #fff;
}

div.title {
  font-size:16px;
	font-weight:normal;
	margin-left:6px;
}

div.content {
  margin-left:48px;
	margin-top:17px;
}

div.content ul {
  list-style-position:outside;
	margin-left: 19px;
}

td.ltop {
  vertical-align:bottom;
	width:134px;
}

td.rtop {
  vertical-align:bottom;
	width:90%;
}

td.newsTd1 {
  border-bottom:1px dotted #fff;
	padding:8px 0px;
}

td.newsTd2 {
  border-bottom:1px dotted #fff;
	padding:8px 0px;
	padding-left: 6px;
}

td.newsTd2 p {
  line-height:16px;
}

div.newsDate {
  font-weight:bold;
	margin-bottom: 3px;
}

div.newsLink a {
  display:block;
	height: 15px;
  width: 110px;
	margin-right: 10px;
}

.form {
}

.form table td {
  padding-bottom:8px;
	padding-right:6px;
}

.form table td span{
  color:#999999;
}

.form input {
  border:0px none;
	border-left:5px solid #999;
	background:#fff;
	padding:1px;
	padding-left:5px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}

.form select {
  border:0px none;
	border-left:5px solid #999;
	background:#fff;
	padding:1px;
	padding-left:5px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}

.form textarea {
  border:0px none;
	border-left:5px solid #999;
	background:#fff;
	padding:1px;
	padding-left:5px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
}
