body {	
          background: #333333 url(../images/bg.jpg);
margin: 0px
          }
img {
          border:0px;
          }
.menu
{
font-family: arial;
font-size: 14px;
color: #FFFFFF;
}
.menu a:link {
          color: #FFFFFF;
          text-decoration: none
          }
.menu a:active {
          color: #FFFFFF;
          text-decoration: none
          }
.menu a:visited {
          color: #FFFFFF;
          text-decoration: none
          }
.menu a:hover {
          color: #FF8000;
          text-decoration: underline
          }
.t_article
{
font-family: arial;
font-size: 14px;
font-weight: bold;
color: #FF8000;
text-decoration: none
}
.c_article
{
font-family: arial;
font-size: 12px;
color: #FFFFFF
}
.p_content
{
font-family: arial;
font-size: 14px;
color: #FFFFFF
}
.text1
{
font-family: arial;
font-size: 12px;
color: #FF8000
}
.text2
{
font-family: arial;
font-size: 12px;
color: #FFFFFF
}
.footer
{
font-family: arial;
font-size: 12px;
color: #FFFFFF
}
.footer a:link {
          font-family: arial;
          font-size: 12px;
          color: #FFFFFF;
          text-decoration: none
          }
.footer a:active {
          font-family: arial;
          font-size: 12px;
          color: #FFFFFF;
          text-decoration: none
          }
.footer a:visited {
          font-family: arial;
          font-size: 12px;
          color: #FFFFFF;
          text-decoration: none
          }
.footer a:hover {
          font-family: arial;
          font-size: 12px;
          color: #FF8000;
          text-decoration: underline
          }
a:active {
color: #FF8000;
text-decoration: none
}
a:link {
color: #FF8000;
text-decoration: none
}
a:visited {
color: #FF8000;
text-decoration: none
}
a:hover {
color: #FFFFFF;
text-decoration: underline
}









#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
