﻿@charset "utf-8";

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFde00;
	position: relative;
	padding: 0px;
}
body {
	background: transparent;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 14px;
}

a:link {
	color: #FFDE00;
	text-decoration: none;
}
a:visited {
	color: #FFDE33;
	text-decoration: none;
}
a:hover {
	color: #FFFE00;
	text-decoration: none;
}
a:active {
	color: #FFDE99;
	text-decoration: none;
}
.favtab {
	background-color: #000000;
	width: 196px;
	height: 42px;
	text-align: center;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	padding: 0px 5px 0px 5px;
}
.search {
	background-color: ;
	width: 300px;
	text-align: center;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

div.transOFF {
	width: 100%;
	background-color: silver;
	border: 1px solid black;
}
div.transON {
	width: 100%;
	background-color: silver;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border: 1px solid black;
}