.bold {
	font-size: 17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	list-style-type: disc;
	font-weight: normal;
	list-style-position: outside;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
	font-weight: normal;
}
.bold_orange {
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #FF7220;
	border: 500;
}
a:link {
	color: #E95F18;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E95F18;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
:active, :focus{
outline:none;
}
.xsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: disc;
	font-weight: normal;
}
