body {
	background-color: #EBEBEB;
	font-family: verdana, ms sans serif, arial, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #69696B;
}

h2 {
	font-weight: bold;
	font-size: 11pt;
	color: #69696B;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

h3 {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 11;
}

.model_number {
	font-weight: bold;
	font-size: 12pt;
	color: #69696B;
	margin-top: 0px;
	margin-bottom: 0px;
}

.product_description {
	font-size: 9pt;
	color: #69696B;
	margin-top: 0px;
}

.blue_box_text {
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 40px;
	font-size: 11;
	color: black;
}

a:link {
	font-weight: bold;
	color: #3399CC;
	text-decoration:none;
}
a:active {
	font-weight: bold;
	color: #297994;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color: #297994;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
	color: #297994;
	text-decoration: underline;
}


.custom-list
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11;
}

li.arrow {
	background-image: url(/images/silver-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 7;
	padding: 0px 0px 0px 10px;
	margin: 0;
}

.feature_item {
	font-size: 9;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 2px;
}