#iframe {
	background-color: #FFF;
	position: relative;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;



	background:url(../Assets/RedDot jpg)
	background-attachment: fixed;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-repeat: repeat;
	overflow: visible;
	font-style: normal;
	color: #666;
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	background-image: url(../assets/paperbackground.jpg);
	position: relative;
	top: 50px;
	/* [disabled]border: thick solid #848A8B; */
}


table {
	background-color: #FFF;
	font-size: 10pt;
	color: #999;
	font-style: normal;
	white-space: normal;
	width: 864px;
	/* [disabled]-moz-border-radius: 10px; */
	/* [disabled]border-radius: 5px; */
	text-align: left;
	-moz-box-shadow: 00px 00px 20px #999;
	-webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 00px 00px 20px #999;
	height: 500px;
	overflow: visible;
	position: relative;
	border: 1px solid #CCCCCC;
}


a:link {
	color: #A08B41;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: inherit;
	text-decoration: none;
	font-weight: normal;
	top: 30px;
	font-size: 10pt;
}

a:visited {
	color: #B38B27;
	text-decoration: none;
	font-style: normal;
}
#headercell {
	border: medium solid #000;
}
a:hover {
	color: #645726;
}
a:active {
	color: #655827;
}
a img {
	text-align: left;
	text-decoration: none;
	border: none;
	color: #999;
}



/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 300px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	outline-color: #FFF;
	outline: 0 px;
	text-align: left;
	font-weight: normal;
	color: #333;
	padding: 0px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #666;
	font-weight: normal;
	white-space: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	line-height: 14px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CEE0EA;
	color: #164050;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #CEE0EA;
	font-weight: bold;
}
.Plus {
	color: 666;
	font-size: 9pt;
	font-weight: normal;
}
.Small {
	color: #164050;
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.Copyright {
	font-size: 7pt;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
}
.NewsTitle {
	color: #999999;
	text-align: left;
	font-size: 9pt;
}
.SeriesTitle {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
}
.Navigation {
	font-size: 9pt;
	text-align: left;
	color: #666;
	font-family: helvetic, ariel, sans-serif;
	font-style: normal;
}
.HeroTwins {
	font-family: "Times New Roman", Times, serif;
	color: #660;
	font-size: 9pt;
}

