@charset "UTF-8";


a:link.f {
	color: #000000;
	text-decoration: none;
}
a:visited.f {
	text-decoration: none;
	color: #000000;
}
a:hover.f {
	text-decoration: underline;
	color: #666666;
}
a:active.f {
	text-decoration: none;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
}

.boldText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}
.boldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
.stepsubtitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-style: italic;
}
