body{
	font-family:Candara, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	background:#FFFFFF url('../images/bodyBg.jpg') repeat-x 0px 46px;
}

sup{
	font-size:11px;
}

.hdrBar{
	background:#0d4176;
	color:#e9eef3;
	height:46px;
	border-bottom:1px solid #a8b5cb;
}

.topMenuBar{
	width:794px;
	text-align:right;
	height:45px;
}

.titleInxs{
	float:left;
	margin-top:12px;
}

.topMenuBar ul{
	margin:0px;
	padding:0px;
}

.topMenuBar ul li{
	display:inline;
	background:#0d4176 url('../images/tpMenuBullet.gif') no-repeat 0px 5px;	
	line-height:48px;
	margin:0px 0px 0px -5px;
*margin:0px 0px 0px -1px;
	list-style-type:none;
	padding:10px;
}

.topMenuBar ul li.topSelected{
	background:#0d4176 url('../images/tpMenuBullet.gif') no-repeat 0px 5px;	
	border-bottom:2px solid #ff8f00;
}

.topMenuBar ul li:hover{
	background:#0d4176 url('../images/tpMenuBullet.gif') no-repeat 0px 5px;	
	border-bottom:2px solid #f9dc94;	
}

.topMenuBar a, .topMenuBar a:hover, .topMenuBar a:visited{
	color:#e9eef3;
	text-decoration:none;
}

.topMenuBar a:hover{
	color:#FFFFFF;
}

/*** Other Styles ***/
.noBorder, li.noBorder{border:none;}
.noPadding_bottom, li.noPadding_bottom{padding-bottom:none;}