/*
.t {background: url(images/box_02.gif) 0 0 repeat-x; }
.b {background: url(images/box_08.gif) 0 100% repeat-x}
.l {background: url(images/box_04.gif) 0 0 repeat-y}
.r {background: url(images/box_06.gif) 100% 0 repeat-y}
.bl {background: url(images/box_07.gif) 0 100% no-repeat}
.br {background: url(images/box_09.gif) 100% 100% no-repeat}
.tl {background: url(images/box_01.gif) 0 0 no-repeat}
.tr {background: url(images/box_03.gif) 100% 0 no-repeat; padding:5px} 
*/
.inner_box
{
	background: url(images/box_bg1.png)  repeat-x  bottom;
	
}
.inner_box div.Topic_bg
{
	/*
	background: url(images/bar02.jpg);
	*/
	background-color: #000000;
	height: 39px;
	vertical-align: middle;
	text-align: center;
	
}
.inner_box div.Topic_text
{
	font-weight: bold;
	font-size: 10pt;
	color: #00dffe;
	font-family: Tahoma;
	padding: 5px;
	margin: 0 0 0 0px;
}

.inner_box div.Topic_text a
{
	text-decoration: none;
	color: #333333;
	font-family: tahoma;
	font-size: 14px;

}




.inner_box div.Topic_text span
{
	font-size: 8pt;
	color: #CCCCCC;
	font-family: Tahoma;
	float :right ;

}