﻿p {
	color:#333333;
}

h2 {
	line-height: 35px;
	color: #5BAC33;
	font-size: 18px;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}

.howto p a {
	height: 16px;
	line-height: 16px;
	color: #0495D4;
	padding-left: 19px;
	font-weight:bold
}
.urllink {
	background: url(../images/bullet_blue-clear_19x16.gif) no-repeat top left;
}
.video {
	background: url(../images/winmediasmall.gif) no-repeat top left;
}
.howto p a:hover {
	color: #E15E03;
}

/*HowTo Index Link*/
#hti {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 107px;
	left: 4px;
	width: 174px;
	height: 17px;
	font-size: 11px;
}
#hti li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#hti li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color:transparent; 
}
#hti li a:hover {
	color:#FFFF66;
}
.hti1 {
	position:absolute;
	text-align:center;
	line-height: 16px;
	top:2px;
	width: 173px;
}

/*How To Lists*/
#htl ol {
	margin:6px auto 6px 25px;
	list-style:decimal outside;
	font-family: arial, sans-serif;
}
#htl ol li {
	margin:auto;
	list-style:decimal;
	font-family: arial, sans-serif;
}
#htl ul {
	margin:6px auto 6px 30px;
	list-style:circle;
}
#htl ul li {
	margin:auto auto auto auto;
	list-style:circle;
	font-family: arial, sans-serif;
}



