/* STYLE SHEET FOR TOPBAR FRAME */
/* -------------------------------------------------------------------------------- */
/* Style properties for standard text links */
A {
	color: Black;
	text-decoration: none;
	font : 10px Arial, Helvetica, sans-serif;
}
A:link{
	color: Black;
	text-decoration: none;
}
A:visited{
	color: Black;
	text-decoration: none;
}
A:hover{
	color: #3978B9;
	text-decoration: underline;
}
A:active{
	color: #3978B9;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------- */
/* Background colour for page */
Body {
	background-color: #CCCCCC;
}
/* -------------------------------------------------------------------------------- */
/* Table background colours */
TR.strong,TD.strong{
	background: #CCCCCC url("images/colour01.jpg");
}
TR.medium,TD.medium{
	background: #999999 url("images/colour02.jpg");
}
TR.weak,TD.weak{
	background: #CCCCCC url("images/colour01.jpg");
}
TR.blank,TD.blank{
	background: White;
}
/* -------------------------------------------------------------------------------- */
/* Style properties for Bottom tab start*/
TD.BottomTabStart{
	background: url("images/bottom_start.jpg");
}
/* -------------------------------------------------------------------------------- */
/* Style properties for Bottom tab */
A.BottomTabLinks {
	color: #666699;
	text-decoration: none;
	font : bold 11px Arial, Helvetica, sans-serif;
	line-height : 9px;
	margin-top : 1px;
	margin-left : 22px;
	margin-right : 5px;		
}
A.BottomTabLinks:link{
	color: #666699;
	text-decoration: none;
}
A.BottomTabLinks:visited{
	color: #666699;
	text-decoration: none;
}
A.BottomTabLinks:hover{
	color: #666699;
	text-decoration: bold;
}
A.BottomTabLinks:active{
	color: #666699;
	text-decoration: bold;
}
TD.BottomTab{
	background: url("images/bottom.jpg");
}
/* -------------------------------------------------------------------------------- */
/* Style properties for Main tab */
A.MainTabLinks {
	color: #666699;
	text-decoration: none;
	font : bold 11px Arial, Helvetica, sans-serif;
	line-height : 9px;
	margin-top : 1px;
	margin-left : 22px;
	margin-right : 5px;		
}
A.MainTabLinks:link{
	color: #666699;
	text-decoration: none;
}
A.MainTabLinks:visited{
	color: #666699;
	text-decoration: none;
}
A.MainTabLinks:hover{
	color: #666699;
	text-decoration: bold;
}
A.MainTabLinks:active{
	color: #666699;
	text-decoration: bold;
}
TD.MainTab{
	background: url("images/tab_main.jpg");
}
/* -------------------------------------------------------------------------------- */
/* Style properties for highlighted tabs */
A.TabLinksOn {
	color: Black;
	text-decoration: none;
	font : bold 11px Arial, Helvetica, sans-serif;
	line-height : 9px;
	margin-top : 1px;
	margin-left : 22px;
	margin-right : 5px;		
}
A.TabLinksOn:link{
	color: Black;
	text-decoration: none;
}
A.TabLinksOn:visited{
	color: Black;
	text-decoration: none;
}
A.TabLinksOn:hover{
	color: Black;
	text-decoration: bold;
}
A.TabLinksOn:active{
	color: Black;
	text-decoration: bold;
}
TD.TabOn{
	background: url("images/tab_on.jpg");
}
/* -------------------------------------------------------------------------------- */
/* Style properties for un-highlighted tabs */
A.TabLinksOff {
	color: Black;
	text-decoration: none;
	font : bold 11px Arial, Helvetica, sans-serif;
	line-height : 9px;
	margin-top : 1px;
	margin-left : 22px;
	margin-right : 5px;		
}
A.TabLinksOff:link{
	color: Black;
	text-decoration: none;
}
A.TabLinksOff:visited{
	color: Black;
	text-decoration: none;
}
A.TabLinksOff:hover{
	color: Black;
	text-decoration: bold;
}
A.TabLinksOff:active{
	color: Black;
	text-decoration: bold;
}
TD.TabOff{
	background: url("images/tab_off.jpg");
}
/* -------------------------------------------------------------------------------- */
/* Style properties for function links - print, export, etc */
A.FunctionLinks {
	color: White;
	text-decoration: none;
	font : 10px Arial, Helvetica, sans-serif;
}
A.FunctionLinks:link{
	color: White;
	text-decoration: none;
}
A.FunctionLinks:visited{
	color: White;
	text-decoration: none;
}
A.FunctionLinks:hover{
	color: Black;
	text-decoration: underline;
}
A.FunctionLinks:active{
	color: Black;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------- */
/* Text Properties of table contents */
Div.ColumnHeader{ 
	color: Black;
	font : Bold 13px Arial, Helvetica, sans-serif;
}
Div.ColumnContent{ 
	color: Black;
	font : 10px Arial, Helvetica, sans-serif;
}
Div.ColumnTotal{ 
	color: Black;
	font : Bold 11px Arial, Helvetica, sans-serif;
}
/* -------------------------------------------------------------------------------- */
/* Style properties for the show/hide links */
A.ShowHide {
	color: #3978B9;
	text-decoration: none;
	font : 10px Arial, Helvetica, sans-serif;
}
A.ShowHide:link{
	color: #3978B9;
	text-decoration: none;
}
A.ShowHide:visited{
	color: #3978B9;
	text-decoration: none;
}
A.ShowHide:hover{
	color: Black;
	text-decoration: underline;
}
A.ShowHide:active{
	color: Black;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------- */
/* Properties of text content */
Div.TextHeader{ 
	color: Black;
	font : Bold 15px Arial, Helvetica, sans-serif;
}
Div.TextHeaderWhite{ 
	color: White;
	font : Bold 15px Arial, Helvetica, sans-serif;
}
Div.TextBold{ 
	color: Black;
	font : Bold 13px Arial, Helvetica, sans-serif;
}
Div.TextNormal{ 
	color: Black;
	font : 13px Arial, Helvetica, sans-serif;
}
Div.TextSmall{ 
	color: Black;
	font : 10px Arial, Helvetica, sans-serif;
}
Div.TextSmallWhite{ 
	color: White;
	font : bold 11px Arial, Helvetica, sans-serif;
}