@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ededed;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.producthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	}
.hilighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #03AEFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.textlink a:link {
	color: #0000FF;
	text-decoration: underline;
}
.textlink a:visited {
	color: #0000FF;
	text-decoration: underline;	
}
.textlink a:hover {
	color: #0000FF;
	text-decoration: none;
}