/* Glabal Styles */

a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #BB4422;
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 13px;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BB4422;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BB4422;
	margin-top: 0px;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
}
.decrease {
	font-size: 11px;
	line-height: 13px;
}
.increase {
	font-size: 22px;
	line-height: 24px;
}
.red {
	color: #FF0000;
}
ul.square {
	list-style-image: url(../images/squareBlue.gif);
	list-style-position: outside;
	list-style-type: none;
}
.imgBorder {
	border: 1px solid #666666;
}
.orangeText {
	color: #BB4422;
}
.drk-orangeText {
	color: #660000;
}
sup {
	font-size: 7px;
}
ol {
	margin-top: 0px;
}
ul {
	margin-top: 0px;
}
.blueText {
	color: #003366;
}
.orangeText {
	color: #BB4422;
}

