.TabNavigationCell
{
	/*vertical-align:middle;*/
	background-color: #F3F4F8;
}
a.TopNavigation{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
	font-style: normal; 
	font-weight: bold;
	color: #00349C; 
	text-align: center; 
	cursor: hand; 
	margin: 0px;
	padding-left: 12px; 
	padding-right: 12px; 
	padding-top: 6px;
	padding-bottom: 6px;
}

a.TopNavigation:link {
	color: #00349C; 
	text-decoration:none
}

a.TopNavigation:visited {
	color: #00349C; 
	text-decoration:none
}

a.TopNavigation:hover {
	color: #FA9A00; 
	text-decoration:none
}

a.TopNavigationActive{
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
	font-style: normal; 
	font-weight: bold;
	color: #FA9A00;
	text-align: center; 
	cursor: hand; 
	margin: 0px;
	padding-left: 12px; 
	padding-right: 12px; 
	padding-top: 6px;
	padding-bottom: 6px;
}

a.TopNavigationActive:link {
	color: #FA9A00; 
	text-decoration:none
}

a.TopNavigationActive:visited {
	color: #FA9A00; 
	text-decoration:none
}

a.TopNavigationActive:hover {
	color: #FA9A00; 
	text-decoration:none
}

.TopNavigationTable 
{
	background-color: #F3F4F8;
	height: 23px;
}

/* Separates top navigation choices */
.TopNavPipe {
	height: 8px; 
	margin-left: 0px; 
	margin-right: 0px;
	padding: 0px;
	font-size: 11px; 
	line-height: 13px; 
	font-style: normal; 
	font-weight: bold;
	color: #B2B2B2;
	text-align: center; 
	vertical-align: top;
}
