.background
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
}
.signonfont
{
 color: #868f98;
	display: block;
	font-weight: bold;
 
 
 
}
.H1
{
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Arial
}
.headerbackground
{
    BACKGROUND-COLOR: #000033
}
.footerbackground
{
    BACKGROUND-COLOR: #000033
}
.stText
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.errorheading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 20pt;
    COLOR: #990000;
    FONT-FAMILY: Verdana
}
.errortext
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 12pt;
    COLOR: #990000;
    FONT-FAMILY: Arial
}
.small
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: 'Courier New'
}
.subHeading
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}
.AltRow
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #CCCCCC;
}
.rhighlight
{
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #000000;
}
.rowHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #CCCCCC;
}
.tblBorder
{
    BORDER-RIGHT: #000033 1px solid;
    BORDER-TOP: #000033 1px solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #000033 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #000033 1px solid;
    FONT-FAMILY: Verdana
}
A:link
{
    FONT-SIZE: 8pt;
    COLOR: #000088;
    FONT-FAMILY: Verdana
}
A:active
{
    FONT-SIZE: 8pt;
    COLOR: #0000CC;
    FONT-FAMILY: Verdana
}
A:visited
{
    FONT-SIZE: 8pt;
    COLOR: #000088;
    FONT-FAMILY: Verdana
}
.warningtext
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 8pt;
    COLOR: #a5794c;
    FONT-FAMILY: Verdana
}
.stTextBold
{
    FONT-WEIGHT: 900;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}





/* text style for the unselected tabs ------------------------------------------------*/
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:black;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:black;
    background-color:White
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:black;
}

/* Buttons */

a.button 
{
	font-weight: bold;	
	font-size: 9px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 4px 8px;	border-top: 1px solid white;	
	border-right: 1px solid black;	
	border-bottom: 1px solid black;	
	border-left: 1px solid white;	
	text-align: center;	
	min-width: 75px;	
	text-transform: uppercase;
	background-color: #000000;}

a.button:link 
{
	background-color: #000000; 	
	color: #FFF;	
	text-decoration: none;	}

a.button:visited 
{
	background-color: #000000; 	
	color: #fff;	
	text-decoration: none;	}

a.button:hover 
{
	background-color: #000000; 	
	color: #FFF;
	border-color: black white white black;	
	text-decoration: none;	}

a.button:active 
{
	background-color: #000000; 	
	color: #FFF;	
	text-decoration: none;	}

