.title {
	font-size: 30px;
}
.footer {
	font-size: 8px;
	color: #FFFFFF;
}
.footer A:active {
    color: #FFFFFF;
    text-decoration: none;
}
.footer A:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.footer A:link {
    color: #FFFFFF;
    text-decoration: none;
}
.footer A:hover {
  color: #999999;
  text-decoration: none;
}
.link {
	font-size: 9px;
	color: #999999;
}
.link A:active {
    color: #999999;
    text-decoration: none;
}
.link A:visited {
    color: #999999;
    text-decoration: none;
}
.link A:link {
    color: #999999;
    text-decoration: none;
}
.link A:hover {
  color: #555555;
  text-decoration: none;
}
.header {
	font-size: 10px;
	color: #FFFFFF;
}
.header A:active {
    color: #FFFFFF;
    text-decoration: none;
}
.header A:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.header A:link {
    color: #FFFFFF;
    text-decoration: none;
}
.header A:hover {
  color: #cccccc;
  text-decoration: none;
}

.submenu {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	background-color: #f7dd99;

}
.submenu A:active {
    color: #000000;
    text-decoration: none;
}
.submenu A:visited {
    color: #000000;
    text-decoration: none;
}
.submenu A:link {
    color: #000000;
    text-decoration: none;
}
.submenu A:hover {
  color: #000000;
  text-decoration: underline;
}

.title_selected {
	background-color: #e2e2e2;
}
.title_selected A:active {
    text-decoration: none;
}
.title_selected A:visited {
    text-decoration: none;
}
.title_selected A:link {
    text-decoration: none;
}
#news_date{
  color:#8f8f8f;
  font-size:10px;
}
#news_title{
  font-weight:bold;
  color:#976e01;
}