.divider
{
	background-color: #CECECE;
}

.banner
{
	color: #8E8E8E;
	background-color: #F5F5F5;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica;
}

.subnav
{
	background-color: #f9f9f9;
	line-height: 12pt;
	color: #444444;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}
.subnav A:link, .subnav A:visited
{
	color: #669999;
	text-decoration: none;
}
.subnav A:active, .subnav A:hover
{
	color: #9C4E4A;
	text-decoration: none;
}

.rightcol
{
	background-color: #f9f9f9;
}

.copyright
{
	color: #444444;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
}

.nav
{
	color: #444444;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}
.nav A:link, .nav A:visited
{
	color: #669999;
	text-decoration: none;
}
.nav A:active, .nav A:hover
{
	color: #9C4E4A;
	text-decoration: none;
}

.text
{
	color: #00000);
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
}
.textnews
{
	color: #00000);
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica;
}
.textnewsbold
{
	color: #00000);
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}
.textbold
{
	color: #00000);
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

.textbold8red
{
	color: #990000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}



.textbold9
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

.textbold9red
{
	color: #990000;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

.textbold10
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

.textbold10red
{
	color: #CC0000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

.textbold12
{
	color: #00000;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}
.text10
{
	color: #00000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
}
.text9
{
	color: #00000;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica;
}
.text8
{
	color: #00000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
}

.text7
{
	color: #00000;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica;
}


.date
{
	color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
}
.inthenews
{
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
}

h1
{
	color: #333333;
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica;
}
h2
{
	color: #333333;
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica;
}
h3
{
	color: #333333;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica;
}
h4
{
	color: #333333;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica;
}
h5
{
	color: #333333;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica;
}
h6
{
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica;
}

p, ul, ul ul, ul ul ul, ol, ol ol, ol ol ol, dd, dl, dt, select, option, textarea, input, nobr, body
{
	color: #444444;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
}

A:link
{
	color: #669999;
}
A:visited
{
	color: #043F83;
}
A:active, .nav A:hover
{
	color: #9C4E4A;
}



@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* 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 {
	width: 300px;
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}


/* 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 {
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-FAMILY: verdana, sans-serif;
	FONT-WEIGHT: bold;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* 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 {
	color: #00000;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-WEIGHT: bold;
	background-color: none;
	background-image: none;
}

/* 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: #EEE;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* 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: #CCC;
}

/* 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: #3399FF;
}
