@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #0d024c;
	background-color: #fff;
}
body {
	background-color: #123c83;
	margin-top: 10px;
	text-align: left;
}
a {
	font-size: 9pt;
	color: #4f8ecb;
}
a:visited {
	color: #4f8ecb;
}
a:hover {
	color: #123c83;
}
a:active {
	color: #86b847;
	text-align: left;
}
h1 {
	font-size: 14pt;
	color: #0d024c;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 12pt;
	color: #0d024c;
	font-weight: normal;
	text-align: left;
}
h3 {
	font-size: 10pt;
	color: #0d024c;
	font-weight: normal;
	text-align: left;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
#bodyContent {
	height: auto;
	width: 750px;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border: 0px solid #fff;
	float: left;
	clear: right;
	margin-bottom: 5px;
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}

#pegasusDiv {
	clear: left;
	float: right;
	border: 0px solid #fFF;
	margin-right: 0px;
	margin-left: 15px;
	visibility: visible;
	z-index: 3;
	margin-bottom: 10px;
}

#mjjPhoto {
	margin-right: 20px;
	margin-bottom: 10px;
	width: 130px;
}



/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
#pegasus_centered {
	text-align: center;
}
#cost_table_div {
	float: left;
	width: 605px;
	padding-left: 10px;
}
#center {
	text-align: center;
	float: none;
}
#body_table tr td #bodyContent #center h2 {
	text-align: center;
}
#body_table tr td #bodyContent #quote {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
}
#body_table tr td #bodyContent table tr td #left_leverage {
	text-align: left;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
}
#body_table tr td #bodyContent table tr td ul #leverageList {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}
#body_table tr td #bodyContent table tr td #cell_body_content #right Cell alignment {
	text-align: left;
	float: left;
}
#centerChart {
	text-align: center;
	font-size: 12pt;
}
#center_headings {
	text-align: center;
}
#body_table tr td #bodyContent table tr td p {
	font-size: 8pt;
}
#body_table tr td #bodyContent blockquote blockquote p {
	font-size: 8pt;
}
#body_table tr td #bodyContent ul blockquote p {
	font-size: 8pt;
}
#body_table tr td #bodyContent #center p {
	font-size: 12pt;
}
#body_table tr td #bodyContent #center #table11 tr td #dlcosts p {
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
}
#body_table tr td #bodyContent blockquote p {
	font-size: 8pt;
}
