@charset "utf-8";
/* CSS Document */
h1 {
    font-size: 1.9rem;
}

.head_font {
	font-size: .95rem;
}
.logo-tag {
	color: #000080 !important;
}
.color-red {
	color: #FF0000;	
}
.link-blue {
	color: #149dcc;
}
.header-products {
	font-size: 1.9rem;
	margin: auto;
}
.link1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.link1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.link1 a:hover {
	text-decoration: none;
	color: #00FBFF;
}
.link1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.link2 a:link {
	color: #FF0000;
	text-decoration: none;
}
.link2 a:visited {
	text-decoration: none;
	color: #FF0000;
}
.link2 a:hover {
	text-decoration: none;
	color: #00FBFF;
}
.link2 a:active {
	text-decoration: none;
	color: #FF0000;
}
.link3 a:link {
	color: #000080;
	text-decoration: none;
}
.link3 a:visited {
	text-decoration: none;
	color: #000080;
}
.link3 a:hover {
	text-decoration: none;
	color: #FF0000;
}
.link3 a:active {
	text-decoration: none;
	color: #000080;
}
.copyright-size {
	font-size: .8rem !important;	
}
.li_font_size {
	font-size: 1.14rem !important;
	line-height: 1.4 !important;
}
.image_width {
	width: 100%;
	height: auto;
}
