@charset "utf-8";
td {
	font-family: tahoma;
	font-size: 11px;
	color: ffd8a9;
	text-decoration: none;
}
.black {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.black:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.feature_head {
	font-family: arial;
	font-size: 14px;
	color: #56565b;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.gray {
	font-family: tahoma;
	font-size: 11px;
	color: #7f7f83;
	text-decoration: none;
}
.news_head {
	font-family: tahoma;
	font-size: 11px;
	color: #ffae00;
	text-decoration: none;
	font-weight: bold;
}
.profile_img {
	background-image: url(imgs/profile_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.head {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.norm {
	font-family: tahoma;
	font-size: 11px;
	color: ffd8a9;
	text-decoration: none;
}
.norm:hover {
	font-family: tahoma;
	font-size: 11px;
	color: ffd8a9;
	text-decoration: underline;
}
.head:hover {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.product_img {
	background-image: url(imgs/product_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.white {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.contact_img {
	background-image: url(imgs/contact_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a {
	font-family: tahoma;
	font-size: 11px;
	color: ffd8a9;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: ffd8a9;
	text-decoration: underline;
}
input {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #999999;
}
