td {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}
input {
	font-family: Arial, sans-serif;
	border: solid 1px #777777;
}
textarea {
	font-family: Arial, sans-serif;
		border: solid 1px #777777;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin:2px;
	color:#386BFC;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
a {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #0F75AF;
}
a:hover {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #90D033;
}
.menu {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	padding-left:8px;
}
.menu:hover {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fefe00;
	text-decoration:none;
}
.menutab {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration:none;
	padding-left:8px;
}
.menutab:hover {
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
}

.tdform {
	font-weight: bold;
}
.rowpanel {
	background-color: #D5EFFD ;
}
.subm {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: hand;
}

a.tooltip {
  z-index:24;
  color:#0000ff;
  position:relative;
  border-bottom:1px dashed #0000ff;
  text-decoration:none;
}

a.tooltip:hover {
  z-index:25;
  color:#ff0000;
  border-bottom:1px dashed #ff0000;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  font-size: 12px;
  position:absolute;
  text-align: left;
  top:2em;
  left:-210px;
  border:1px solid #000000;
  padding:14px;
  display:block;
  width:285px;
  color:#000000;
  background-color:#ffffff;
}


a.tooltip:hover span.bigger {
  font-size: 12px;
  text-align: center;
  font-size:14px;
  position:relative;
  top:0em;
  left:0em;
  border:none;
  padding:0px;
  display:inline;
  width:100%;
  color:#ff0000;
  background-color:#ffffff;
}

#nav, #nav ul {
	float: left;
	width: 880px;
	height:40px;
	list-style: none;
	line-height: 1;
	background: #009BDD;
	font-weight: bold;
	padding: 0;
	padding: 6px;
	font-size:14px;
	margin: 0 0 1em 0;
	text-align: left;
	background: url('/img/bgmenu.jpg') repeat-x;
	/*border-top: solid 1px #5FB3E3;
	border-bottom: solid 1px #016F94;*/
}

#nav a {
	display: block;
	width: 120px;
	w\idth: 120px;
	font-size:14px;
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em 0.25em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding-top: 3px;
	width: 7.8em;
	font-weight: bold;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	border: solid #009BDD;
	color: #009BDD;
	border-width: 1px 1px;
	margin: 0;
	background: #ffffff;
	margin-left: -70px;
}

#nav li li {
	padding-right: 0em;
	width: 150px;
}

#nav li ul a {
	width: 150px;
	color: #009BDD;
	w\idth: 150px;
}

#nav li ul a:hover {
	width: 150px;
	color: #ffffff;
	w\idth: 150px;
}

#nav li ul ul {
	margin: -1.75em 0 0 7.8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #009BDD;
}


#container {
	width: 880px;
	text-align: center;
	margin-left:0px;
}


@media screen {.PrintOnly {display:none}}
@media print {.ScreenOnly {display:none}}
