body{
 	margin: 0px;
 	padding: 0px;
	background-color: #000;
	font-family: verdana;
	font-size: 11px;
	color: #f90;
 	scrollbar-3d-light-color: #000;
 	scrollbar-arrow-color: #f90;
 	scrollbar-base-color: #555555;
 	scrollbar-dark-shadow-color: #000;
 	scrollbar-face-color: #000;
 	scrollbar-highlight-color: #f90;
 	scrollbar-shadow-color: #f90
}
table {
	table-layout: auto;
	margin-top: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
td {
	border: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #fc3;
}
td.text1 {
	background-color: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	font-family: verdana;
	font-size: 13px;
	color: #000;
}
td.mtext {
	color: #fc3;
}
td.feed1 {
	background-color: #111;
	color: #fc3;
	padding: 5px;
	border: 1px #fc3 solid;
}
td.feed2 {
	background-color: #111;
	color: #fc3;
	padding: 5px;
	border: 1px #fc3 solid;
}
.title {
	color: #f60;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}
.title1 {
	color: #ffc;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	text-decoration: underline;
}
.title2 {
	color: #ffc;
	font-size: 13px;
	font-weight: normal;
	height: 20px;
	text-decoration: none;
}
a {
	color: #ff7;
}
a:hover {
	color: #ff0;
}
select {
	background-color: #ffc;
	border: 1px #000 solid;
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
input {
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}