@charset "utf-8";
#flashintro object {
  display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #333333;
}
.smalltext {
	font-size: 90%;
}
.smalltext a:link {
	font-weight: bold;
	color: #062D64;
	text-decoration: none;
}
.smalltext a:hover {
	color: #072E65;
	text-decoration: underline;
}
.smalltext a:active {
	color: #052E66;
	text-decoration: none;
}
.smalltext a:visited {
	color: #052E66;
	text-decoration: none;
}

.footer {
	font-size: 100%;
	color: #999999;
}
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
	text-decoration: underline;
}
.footer a:active {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	color: #999999;
	text-decoration: none;
}
.smallertext {
	font-size: 80%;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	list-style-image: url(images/orange_bullet.jpg);
}
