.menuitem {
background-color:#103873;
display: block;
width: 100%;
cursor:hand;
padding-top:7px;
padding-left:20px;
padding-bottom:7px;
border-bottom: solid 1px #526186;
}

.menuitemsel {
background-color:#103873;
cursor:hand;
padding-top:7px;
padding-left:20px;
padding-bottom:7px;
border-bottom: solid 1px #526186;
}

.menuitem a {
cursor:hand;
color:#ffffff;
font-size: 14px;
}
.menuitem a:hover {
color:#ffffff;
cursor:hand;
}

.menuitemsel a {
font-size: 14px;
color:#7BC342;
font-weight:bold;
cursor:hand;
}
.menuitemsel a:hover {
color:#ffffff;
cursor:hand;
}

.caps {
color:#ffffff;
display: block;
cursor:hand;
font-weight: bold;
}

td {
	color:#0d326b;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;	
}
a {
	color:#0071BD;
	font-family: Arial;
	text-decoration: none;
	font-size:12px;
}
a:hover {
	color:#000000;
	font-family: Arial;
	text-decoration: none;
	font-size:12px;
}
h1
{
	color:#ffffff;
	font-family: Verdana;
	font-size:12px;
	font-weight: bold;
	margin:0px;
}


a.tooltip {
  z-index:24;
  color:#ffffff;
  font-weight: bold;
  position:relative;
  border-bottom:1px dashed #103873;
  text-decoration:none;
}

a.tooltip:hover {
  z-index:25;
  color:#000000;
  font-weight: bold;
  border-bottom:1px solid #103873;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  font-size: 12px;
  position:absolute;
  text-align: left;
  top:-120px;
  left:100px;
  border:1px solid #000000;
  padding:14px;
  display:block;
  width:285px;
  color:#000000;
  background-color:#DEEBF7;
}

.popup {
	color:#0d326b;
	font-family: Helvetica;
	text-decoration: none;
	font-weight: normal;
	font-size:14px;	
	line-height:22px;
	cursor:hand;
}


