/* CSS Document */

BODY{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	color: #262626;
	text-decoration: none;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 174px;
	width: 177px;
}
.search {
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 230px;
}
.finnce {
	background-image: url(images/finance.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 230px;
}
.hot {
	background-image: url(images/hot_prprt.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 230px;
}
.topten {
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/bg_tptn.jpg);
	background-repeat: repeat-x;
}
.green_txt {
	color: #72b024;
	text-decoration: none;
	font-weight: bold;
}
.green_txt:hover {
	color: #72b024;
	text-decoration: underline;
	font-weight: bold;
}

.padding_txt {
	padding-left: 7px;
}

.txt_bx {
	height: 13px;
	width: 120px;
	border: 1px solid #262626;
	font-family: Tahoma;
	font-size: 10px;
}

.white {
	color: #CCCCCC;
	text-decoration: none;
}
.txt_area {
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	width: 120px;
	color: #262626;
}
.more {
	color: #FF0000;
	text-decoration: none;
}
.more:hover {
	color: #FF0000;
	text-decoration: underline;
}


.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.green_bg {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #72b024;
	text-align: center;
	height: 27px;
}
