/* CSS Document */

/* These styles are used by the flyout code */

.flyoutBody {
	position: absolute;
	z-index: 100;
}

.flyoutItem {
	font-family: Arial, Helvetica, sans-serif;
	background: #000099;
	color: #FFCC66;
	font-size: 14pt;
	padding: 7px;
}

.flyoutItemRollover {
	font-family: Arial, Helvetica, sans-serif;
	background: #0000CC;
	color: #FFFFFF;
	font-size: 14pt;
	padding: 7px;
	cursor: pointer;
	cursor: hand;
}

/* Styles used in the page */

.menuButton {
	cursor: pointer;
	cursor: hand;
}

.center-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.center-bright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}

.minor-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	text-decoration: underline;
}

.salmon-image {
	border: 6px solid #FFC20E;
}

.large-image {
	border: 9px solid #FFC20E;
}
