body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}

.f10 {font-size: 10px}
.f12 {font-size: 12px; font-weight: bold; }

#news {
	font-size: 12px;
}

#news .title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.3em;
}
#news p {
	padding: 0px 0px 5px 0px;border-bottom: 1px dashed gray;line-height: 1.1em;
}
.footer {
	font-size: 12px;
	font-weight: bold;
}
.footer p {
	padding: 0px 0px 10px 0px;border-bottom: 1px dashed gray;
}
.elink {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.opacity    {  
    background: #fff;  
    color: #fff;  
    opacity: 0.3;  
} 