.howtotitle {
    font-family: arial,helvetica;
    font-size: 12pt;
    font-weight: bold;
	color: #ff9900;
}
.howtosectiontitle {
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: bold;
	color: #ff9900;
}
.howtointro {
	font-family: georgia,garamond,times new roman;
	font-size: 10pt;
	font-style: italic;
	text-align: justify;
	color: #666666;
	margin-right:10px;
}
.howtodetails {
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	margin-right:10px;
}
.howtobody {
	font-family: arial,helvetica;
	font-size: 10pt;
	text-align: justify;
	color: #666666;
	margin-right:10px;
}
a.howtolistitem {
    font-family: arial,helvetica;
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    padding: 0px;
}
a.howtolistitem:active {
    cursor: pointer;
    font-family: arial,helvetica;
    font-size: 9pt;
    font-weight: normal;
    color: #ff9900;
    text-decoration:none;
    padding: 0px;
}
a.howtolistitem:visited {
    cursor: pointer;
    font-family: arial,helvetica;
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    text-decoration:none;
    padding: 0px;
}
a.howtolistitem:hover {
    cursor: pointer;
    font-family: arial,helvetica;
    font-size: 9pt;
    font-weight: normal;
    color: #ff9900;
    text-decoration:underline;
    padding: 0px;
}
.howtolistcontainer {
    margin-left: 15px;
	padding: 10px;
    margin-bottom: 10px;
}
