/* CSS Document */

.Navigation a{
	color: #333333;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px; /*font-size:x-small;*/
	line-height: 2; /*1.5*/
}

.Navigation a:hover{
	color: #eb0609;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 2;
}