div.submenue, div.special, a.submenue
{
	width:170px;
}

div.submenue, div.site, div.special
{
	display:inline;
	float:left;
}
div.submenue
{
	border-top:1px solid rgb(191,191,191);
}
div.site
{
	width:640px;
	margin:0px 15px 0px 15px;
	text-align:justify;
}
a.submenue
{
	display:block;
	height:20px;
	line-height:20px;
	font-family:'Trebuchet MS';
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid rgb(191,191,191);
	text-indent:16px;
	text-align:left;
	text-decoration:none;

	color:rgb(128,128,128);
}
a.submenue:hover
{
	color:rgb(255,128,0);
}

a.link
{
	font-family:'Trebuchet MS';
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	font-size:16px;
	color:rgb(128,128,128);
}
a.link:hover
{
	color:rgb(255,128,0);
}



#tab1
{
border-collapse:collapse;
}

#tab1 td
{
background:#eeeeee;
border:1px solid #000000;
}
#tab1 th
{
background:#eeeeee;
border:1px solid #000000;
}


#tab1 td.j
{
background:"green";
}
#tab1 td.n
{
background:"red";
}
#tab1 td.t
{
background:"yellow";
}

a img { border: none }

a:hover img { border: none} 

