body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
ul {
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}
.arrowList {
	list-style-image: url(Images/arrow.gif);
}
.arrowList a {
	color: #000000;
	text-decoration: none;
}
.arrowList a:hover {
	color:#000000;
	text-decoration: underline;
}
.arrowList a:visited {
	color:#000000;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.content {
	background-image: url(Images/content_grad.jpg);
	background-repeat: repeat-x;
}
.largebold {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
.linespace {
	line-height: 26px;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-left: 15px;
	text-transform: uppercase;
}
.breadcrumbs a {
	text-decoration: none;
	color: #000000;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.redEmphasis {
	font-weight: bold;
	color: #990000;
}
