div#tu_div_box {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
		
}

div#tu_div_top10content {
  height: 140px;
  max-height: 140px;
}

	
.scrollbar {
	width: 99%; 
	min-width: 99%; 
	scrollbar-base-color: #fde5ca;
	overflow: auto; 
	overflow-x: hidden;	
}
	
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	padding: 0px;
	color: #202020;
}


	
A:link,A:visited,A:active {
	text-decoration: underline;
	font-style:normal;
	color : #371804;
	border: 0px;
}

A.shaded,A.shaded:visited {
	color : #735D4F;
}

A.shaded:hover{
	color : #C8791C;
}

	
A:hover {
	text-decoration: underline;
	border-bottom: 0px;
	color : #C8791C;
}

.borderAll {
        border-left: solid 1px;
        border-right: solid 1px;
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-color: #ff7922;

}

.borderLeft {
        border-left: solid 1px;
        border-color: #ff7922;
}
.borderRight {
        border-right: solid 1px;
        border-color: #ff7922;
}
.borderTop {
        border-top: solid 1px;
        border-color: #ff7922;
}
.borderBottom {
        border-bottom: solid 1px;
        border-color: #ff7922;
}


.bckg_orange{
	background-color: #fde5ca;
}

.header {
	text-align: center;
	background-color: #ff7922;
	color: #ffffff;
	font-weight: bold;
	line-height: 15px;
}


input {
	color: #333333;
	background-color: #ffffff;
	border-style: solid;
	border-color: #737373;
	border-width: 1px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

input.button {
    background-color: #ff7922;
    color: #ffffff;
}

input.button_onmouseover {
    background-color: #fea369;
    color: #000000;
}
	

.overlib_border {
	border: solid 1px #000000;
}

.overlib_bckgOrange {
	background-color: #FF7922;
}



