@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCCCCC;
}
.Header_Background {
	background-image: url(../images/header.png);
	height: 157px;
}
.header_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 19px;

}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 157px;
}

.product_body_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.product_body_font_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.product_box_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
.box1_bullet_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #6F3601;
}
.navigation:link {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 200px;
	text-decoration: none;
}
.navigation:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 200px;
	text-decoration: none;
	background-color: #48DAF3;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 200px;
	text-decoration: none;
	background-color: #0D99D4;
}

.navigation:active {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 200px;
	text-decoration: none;
	background-color: #0D99D4;
}
