@charset "utf-8";
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #333333;
}
a:link {
	color: #0062B3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0062B3;
}
a:hover {
	text-decoration: none;
	color: #E76E34;
}
a:active {
	text-decoration: none;
	color: #0062B3;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #E76E34;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 32px;
	color: #E76E34;
}
h3 {
	font-size: 16px;
	color: #0062B3;
	margin-top: 0px;
}
br {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.imageNoLinkBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bulletOrange {
	background-image: url(images/bulletOrange.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	margin-left: 5px;
	background-position: 2px;
}

