/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

/* background color for the content part of the pages */
Body
{
    background-color: #ffffff;
    font-family: Verdana Bold, Helvetica, sans-serif;
}

.Title 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color:#808080;
    text-decoration:none;
    font-weight: bold
}

.Script
{
	color: #0000ff;
	font-family: verdana;
}

.Text
{
	font-weight: bold;
	font-family: verdana;
}

.Footer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#000000;
    text-decoration:none;
}

.HeadBg
{
	background-color: #B0C4DE;
}

.OtherTabsBg {
    background-color: #696969;
    border-color: black;
}

.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#dcdcdc;
    text-decoration:none;
    font-weight: bold
}

.Tree {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration:none;
    font-weight: bold
}

.Perf
{
	font-size: 9pt;
	color: #0000ff;
	font-family: verdana;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#ffffff;
}

.TabBg {
    background-color: #ffffff;
    border-color: #ffffff;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 13px;
	color: #8b0000;
	font-family: Verdana, Helvetica, sans-serif;
}

.SiteLink
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Helvetica, sans-serif;
} 

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#ffffff
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	color: blue;
	text-decoration: none;
}

A.SiteLink:visited
{
	color: blue;
	text-decoration: none;
}

A.SiteLink:active
{
	color: blue;
	text-decoration: none;
}

A.SiteLink:hover
{
	color: #FF1493;
	text-decoration: underline;
}

TD  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
}

A {
    font-family: Verdana, Helvetica, sans-serif;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

HR {
    color: #696969;
    height:1pt;
    text-align:left
}

.TabItem
{
	background-color: #FFFACD;
}

.TabItemA
{
	background-color: #eeffcc;
}

.TabItemB
{
	background-color: #f0ffee;
}

.TabItemC
{
	background-color: #fffff8;
}

.TabItemD
{
	background-color: #eeeeff;
}

.Gray
{
	background-color: #F5F5F5;
}

HR
{
	color: #999900;
	height: 1pt;
}

.FontA
{
	color: #FF8C00;
}

.ChartButton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	border-left: black 1px solid;
	color: #ffffff;
	border-bottom: black 1px solid;
	background-color: #696969;
}