﻿body {
	margin:0;
}



/*-------------------------- Products page --------------------------- */	

ul {
	margin:5px;
	list-style-type: none;
}

li {
	background: url(images/bullet.gif) left top no-repeat;
	padding-left: 16px;
	margin-left:5px;
	margin-bottom:0px;
	line-height:16px;
}


.product {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #05a3e4;
	line-height:100%;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	line-height:130%;
}

.body11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #444444;
	line-height:120%;
}

.highlights {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	line-height:130%;
}


a.sample:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #05a3e4;
	text-decoration:underline;
}

a.sample:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #05a3e4;
	text-decoration:underline;
}
a.sample:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #05a3e4;
	text-decoration:none;
}
a.sample:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #05a3e4;
	text-decoration:underline;
}




/*-------------------------- Products page END --------------------------- */	


