@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body-bg.jpg);
}
.mycontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #EA530B;
	text-decoration: none;
}
.img-border {
	border: 1px solid #CCC;
}

.more {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #666666;
	margin: 6px;
	padding: 6px;
	text-decoration: none;
}
.more:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #333333;
	margin: 6px;
	padding: 6px;
	text-decoration: none;
}
.midgid {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}
.productcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.prolinks {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #EA530B;
	text-decoration: none;
}
.prolinks:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	display: inline;
}
.footerlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.footerlinks:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
