a:link { color: #0033cc; text-decoration: underline }
a:visited { color: #0033cc; text-decoration: underline }
a:hover { color: #cc0000; text-decoration: underline }

body {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image:  url(/images/common/back.gif);
	background-repeat: repeat;
}

a.activeText{
	background: #D6EBF5;
}


form {
	display: inline;
}

.s12px {
	font-size: 12px;
}

.s10px {
	font-size: 10px;
}

.h110 {
	line-height: 110%;
}

.h120 {
	line-height: 120%;
}

.h130 {
	line-height: 130%;
}

.h150 {
	line-height: 150%;
}

.menu_text1 {
	font-size: 14px;
	line-height: 130%;
}

.top_text1 {
	font-size: 10pt;
	line-height: 13pt;
}

.top_text2 {
	font-size: 9pt;
	line-height: 11pt;
}

.top_bold {
	font-size: 9pt;
	font-weight: bold;
	color: darkgreen;
	line-height: 11pt;
}

.top_newsdate {
	color: crimson;
}

.top_newstext {
	font-size: 8pt;
	line-height: 10pt;
}

.ranking_text {
	font-size: 8pt;
	color: #969696;
}


/* Additional CSS 12.1 (/_media/side_medialist.php)*/
.treediv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background-color: #FFF2D6;
}
	
.treediv ul li{
position: relative;
background-color: #FFF2D6;
}
	
/*Sub level menu items */
.treediv ul li ul{
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color: #FFF2D6;
}

/* Sub level menu links style */
.treediv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #00F;
text-decoration: none;
background-color: #FFF2D6;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0px solid #ccc;
}

.treediv ul li a:visited{
color: #00F;
background-color: #FFF2D6;
}

.treediv ul li a:hover{
background-color: #FED875;
}

.treediv .subfolderstyle{
background-color: #FFF2D6;
background: url(arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .treediv ul li { float: left; height: 1%; }
* html .treediv ul li a { height: 1%; }
/* End */


/* Additional CSS 12.1 (/top/side_medialist.php)*/
.toptree ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
background-color: #FFF2D6;
}
	
.toptree ul li{
position: relative;
background-color: #FFF2D6;
}
	
/*Sub level menu items */
.toptree ul li ul{
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color: #FFF2D6;
}

/* Sub level menu links style */
.toptree ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #00F;
text-decoration: none;
background-color: #FFF2D6;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0px solid #ccc;
}

.toptree ul li a:visited{
color: #00F;
background-color: #FFF2D6;
}

.toptree ul li a:hover{
background-color: #FED875;
}

.toptree .subfolderstyle{
background-color: #FFF2D6;
background: url(arrow-list2.gif) no-repeat center left;
}

	
/* Holly Hack for IE \*/
* html .toptree ul li { float: left; height: 1%; }
* html .toptree ul li a { height: 1%; }
/* End */
