.tbMenuBar 
{	background-color: #395386;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;	
	text-decoration: none;
	color: Yellow;
	border: 0;
}
.tbMenuBar A
{
	color: White;
	text-decoration: none;
}
.tbMenuBar A:hover
{
	text-decoration: underline;
}

.divSubMenu
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	font-variant:normal;	
	font-weight:bold;
}
.divSubMenu A
{
	font-weight:normal;
	text-decoration: none;
	color: #000099;
}

.divSubMenu A:Hover
{
	text-decoration: underline;
}

.divSubMenu A:Visited
{
}

BODY
{
	background-color:White;
	margin-top: 8;
	margin-left: 8;
	margin-right: 8;
	margin-bottom: 8;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:Black;
}

.ContentText
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:Black;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

IMG
{
	border: none;
}
P
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:Black;
}

TABLE
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:Black;
	border:0;
}

.dgTable
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	border-collapse: separate;
	border: none 0px white;
	width:100%;
	border:Blank 0 Transparent;
}


.dgItemStyle
{
	background-color:#E0E0E0;
	color:Black;
}

.dgItemStyleApproved
{
	background-color:#94CD85;
}

.dgAltItemStyleApproved
{
	background-color:#B3ECA4;
}

.dgItemStyleDisapproved
{
	background-color:#E0888A;
}

.dgAltItemStyleDisapproved
{
	background-color:#FFA7A9;
}

.dgAltItemStyle
{
	background-color:Transparent;
	color:Black;
}

.dgPagerStyle
{
	text-align:center;
}

.dgPagerStyle A
{
	text-decoration: None;
}

.dgPagerStyle A:Hover
{
	text-decoration: Underline;
}


H1
{
	font-size:14pt;
	font-weight:bold;
}

H1.Author 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.ErrorMessage
{
	color:Red;
	font-weight:bold;
}

/* Stock Quotes */
.StockQuotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.StockQuoteLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-decoration: underline;
}
.StockQuoteUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600
}
.StockQuoteDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000
}

/* Tabbed Menu */
.MenuCell 
{ 
    border-color: Black; 
    border-width: 1px; 
    border-style: solid; 
    background-color: #f5f5f5; 
    color: Black; 
    text-align: center; 
    height: 25px; 
    font-size: 9pt; 
} 

.MenuCellSelected 
{ 
    border-top-color: Black; 
    border-left-color: Black; 
    border-right-color: Black; 
    border-bottom-color: Black; 
    border-width: 1px; 
    background-color: #dcdcdc; 
    font-weight: bold; 
    font-size: 9pt; 
} 

.MenuCellHover 
{ 
    background-color: #b0c4de; 
    font-size: 9pt; 
} 

.Canvas 
{ 
    background-color: #dcdcdc; 
    font-size: 9pt; 
    border-left: 1px solid black; 
    border-bottom: 1px solid black; 
    border-right: 1px solid black; 
    border-top:1px solid black;
   
} 
a.Canvas, a.Canvas:visited 
{ 
    color: #5165b5; 
    text-decoration: underline; 
    border:none; 
} 
