﻿body 
    { 
    	font-size:12px;
    }
a:Link
{
    color:Black;
    text-decoration:none; 
}
a:visited    
{
	color:Black;
	text-decoration:none; 
}
a:hover   
{
	color:Red;
	text-decoration:underline; 
}
.tdtitle
{
	text-align:center;
	background-color:Gainsboro;
    font-weight:bold;
}
.tdhighlight
{
	text-align:center;
	background-color:black;
    font-weight:bold;
    color:White;
}
.tdhighlight a:visited 
{
    text-decoration: none;
    color:White;
}
.tdhighlight a:link 
{
    text-decoration: none;
    color:White;
}
.tdauto
{
	width:1px;
	word-break:keep-all; /* for ie */
	white-space:nowrap; /* for chrome */
}
.trhide{display:none;}

#topbox{
	position: relative;
	width: 100%;
	z-index: 999;
}

.zjhf {
	height:29px; 
	clear: both; 
	background: url(../images/ht_red.gif) repeat-x left top; 
	width: 100%; 
	position: relative; 
	text-align:center;
}

.zjhf span 
{
	position: relative;
	top:5px; 
	color:White;
}