@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.menu-top{
	height: 20px;
	background-image: url(images/small-menu_01.png);
	width: inherit;
	background-repeat: no-repeat;
}
.menu-body{
	background-image:url(images/small-menu_02.png);
	background-repeat: repeat-y;
	width: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.menu-bottom{
	height: 33px;
	background-image: url(images/small-menu_03.png);
	width: inherit;
	background-repeat: no-repeat;
}
.blue-link{
	color:blue}
	
.blue-link:link{
	color:blue	
	}
	
.blue-link:hover{
		color:red
		}
		
.blue-link:visited {
	text-decoration: none;
	color: green;
		}
