@charset "utf-8";
/* CSS Document */

body {
		background-image: url(images/index_r1_c1.jpg);
	background-repeat: repeat-x;
}

.none { display:none;}

a.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #252525;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
	color: #2266AA;
}

a.blue:hover{
	text-decoration: underline;
}



a.news:hover{
	line-height: 22px;
	text-decoration: underline;
	color: #2266AA;
}

