/******************************************************************
Page Header
******************************************************************/

.headerBar
{
	background-color:#FFD900;
	vertical-align:top;
	width:100%;
	height:105px;
}

/******************************************************************
Top Menu
******************************************************************/

.reportMenuText 
{
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

.topMenuBar
{
	font-family:arial;
	font-size:13px;
	color:#707070;
	text-align: center;
	vertical-align:top;
}

.topMenuBar .selectedItem 
{
	font-family:arial;
	font-size:13px;
	color:#FFB310;
	vertical-align:top;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.topMenuBar .selectedItem:hover 
{
	font-family:arial;
	font-size:13px;
	color:#FFB310;
	vertical-align:top;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}

.topMenuBar a
{
	font-family:arial;
	font-size:13px;
	color:#707070;
	vertical-align:top;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}
.topMenuBar a:hover
{
	font-family:arial;
	font-size:13px;
	color:#FFB310;
	vertical-align:top;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}

