/*Links*/
a{
	color: #084D94;
	font-family: arial;
	text-decoration: none;
	line-height: 15px;
	font-size: 70%; /*10pt*/	
}

a.bold{
  font-weight: bold;
}
a:visited{}
a:hover {
	text-decoration: underline;
}

.cursorHand{
	cursor: pointer;
}
a.actionbutton{
	border: 1px solid #006551;
	cursor: hand;	
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;	/*10pt*/
	background: #00A651 url(../images/barrowprimary.gif) no-repeat left;
	padding:0px 5px 0px 15px;
}
a.button{
	border: 1px solid #006551;
	cursor: default;	
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;	/*10pt*/
	padding:0px 5px 0px 5px;
	background: #00A651;
}
a.add{
	border: 1px solid #006551;
	cursor: default;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%; /*10pt*/
	background: #00A651 url(../images/barrowadd.gif) no-repeat right;
	padding: 0px 15px 0px 5px;
}
a.remove{
	border: 1px solid #006551;
	cursor: default;	
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 70%;	/*10pt*/
	background: #00A651 url(../images/barrowremove.gif) no-repeat left;
	padding:0px 5px 0px 15px;
}
a.up{
	border: 1px solid #006551;
	cursor: default;
	background: #00A651 url(../images/barrowup.gif) no-repeat center;
	width: 16px;
	height: 16px;
}
a.down{
	border: 1px solid #006551;
	cursor: default;
	background: #00A651 url(../images/barrowdown.gif) no-repeat center;
	width: 16px;
	height: 16px;
}
a.actionbutton:hover, a.button:hover, a.add:hover, a.remove:hover, a.up:hover, a.down:hover{
	text-decoration: none;
}
a.globaltools{
	font-size: 65%; /*10pt*/
	color: #000000;
	line-height: 12px;
}
a.navnormal{
	font-size: 65%; /*10px*/
	line-height: 12px;
	color: #333333;
}
a.navnormal:hover{
	text-decoration: none;
}
a.navselected{
	font-size:  65%; /*10px*/
	line-height: 12px;
	color: #FFFFFF;
}
a.navselected:hover{
	text-decoration: none;
}
a.tabnormal{
	font-size:  65%; /*10px*/
	line-height: 12px;
	color: #000000;
}
a.tabnormal:hover{
	text-decoration: none;
}
a.tabselected{
	font-size:  65%; /*10px*/
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}
a.tabselected:hover{
	text-decoration: none;
}
a.crumbtrail{
	color: #084D94;
	font-family: arial;
	text-decoration: none;
	line-height: 11px;
	font-size: 70%; /*10px*/
}
a.crumbtrail:hover{
	text-decoration: underline;
}
a.logout{
	font-size: 60%; /*9px*/
	font-family: verdana;
	color: #FFFFFF;
	line-height: 11px;
	font-weight: bold;
}
a.subheading{
	font-size: 130%; /*16pt*/
	line-height: 20px;
	color: #0E4E96;
}
a.marketing{
	font-size: 75%; /*12pt*/
	line-height: 14px;
	color: #FFFFFF;
}
a.cursor{
	cursor: hand;
}
a.columnheader{
	color: #0E4E96;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	font-size: 70%; /*10pt*/	
}
a.widgetheader{
	font-size: 75%; /*12pt*/
	line-height: 14px;
	cursor: default;
}
a.widgetbody{
	line-height: 12px;
	cursor: default;
}
a.sitemap{
	font-size: 75%; /*12pt*/
	line-height: 16px;
}
a.welcome{
	font-size: 130%; /*16pt*/
	line-height: 31px;
	color: #FFFFFF;
}

