html {
	font-family: "Trebuchet MS";
}

.top {
	height: 130px;
	font-size: 56px;
	font-weight: bold;
	color: #FF9900;
}
.top a {
	color: #FF9900;
	text-decoration: none;
}
.top img {
	float: left;	
}
.top_text {
	position: relative;
	padding-top: 20px;
	left: 50px;
	color: #FF9900
}
.top a div.top_text  {
	color: #FF9900;
}
.search {
	color: #FF9900;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #FF9900;
	border: 2px #FF9900 solid;
	height: 38px;
	font-weight: bold;
	
}
.stext {
	float: left;
	width: 70px;
	height: 30px;
	padding-top: 5px;
	//padding-top: 5px;
}
h1 {
	font-size: 24px;
	color: #FF9900;
	border-bottom: 2px #FF9900 solid;
}
h2 {
	color: #FF9900;
	font-size: 22px;
}
h3 {
	font-size: 18px;
	color: #fb9900;
}
.sinput{
	border: 2px #FF9900 solid;
	padding: 5px;
	width: 450px;
	font-size: 18px;
}
#sbutton {
	font-family: "Trebuchet MS";
	padding: 5px;
	font-size: 15px;
	color: #5F5F5F;
	font-weight: bold;
}
.left {
 display: inline;
 color: #FF9900;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
.categories {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}
.categories li {
	border-bottom: 1px #65ccff solid;
}
.categories a {
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	color: #65ccff;
}
.categories a:hover {
	background: #65ccff;
	color: #fff;
}

.content {
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
.footer {
	clear: both;
}
.footer a {
	font-size: 12px;
	color: #f9df87;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
}
.footer a:hover{
	background: #f9df87;
	color: #fff;
}


.container {
	width: 922px;
	margin: 0px auto;
}
small {
	padding-left: 30px;
}
.promo a {
	color: #fa7a00;
}
.promo small {
	color: #b8b8b8;
	padding: 0px;
}
a img {
	border: 0px;
	text-decoration: none;
}
a.list {
	bottom: 20px;
	
}
.down {
	position: relative;
	top: 7px;
	padding-right: 10px;
}

.download {
	border-collapse: collapse;
}
.download th {
	padding: 15px;
}
.download td {
	padding: 15px;
}
#download {
	font-family: "Trebuchet MS";
	padding: 5px;
	font-size: 25px;
	color: #5F5F5F;
}
.row_over {
	cursor: pointer;
	background: #d3edfd;
}
.row_selected {
	color: #fff;
	cursor: pointer;
	background: #fa7a00;
}
.speed {
	color: #bfbfbf;
}
.cap {
	text-decoration: none;
	font-size: 12px;
	color: #fbaf5e;
}
.stat {
	color: #A6CF00;
}
.box{
	font-size: 12px;
	color: #8F8F8F;
}
.message {
	color: #FA7A00;
}
.highlight { 
	background-color: #FFE7CF;
	text-decoration: underline;
}