.nav_bar_rollover {
	font-family: Arial;
	font-size: 12px;
	list-style-type: none;
	line-height: 20px;
}
a:link {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #f38422;
	text-decoration: underline;
	font-weight: bold;
}


a:visited {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
}
.header {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
.header-text {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	font-family: Arial;
	font-size: 12px;
}
.content-bold-red {
	font-weight: bold;
	color: #993333;
}
.content-bold-red a {
	font-weight: bold;
	color: #993333;
}
.content-bold-gr {

	font-weight: bold;
	color: #006633;
}
.content-sml {
	font-family: "Myriad Web Pro";
	font-size: 12px;
}
.align-right {
	text-align: right;
}
.launch-button:link {
	display: block;
	width: 200px;
	height: 26px;
	background: url(images/launch-button-blank.gif);
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.launch-button:hover {
	text-decoration: underline;
}