body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
	font-size: 12px;
	color: #003399;
	background-position: bottom;
}
a:link {
	color:#003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#000000;
	border-bottom:1px dashed #7a7a7a;
	background-color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.quickform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.tooltip {
  z-index:24;
  color: #003399;
  position:relative;
  border-bottom:none;
  text-decoration:none;
}

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

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:2em;
  left:0em;
  border:1px dashed #000000;
  padding:3px;
  display:block;
  color:#000000;
  background-color:#FFFFFF;
  font-weight: normal;
}
a.picture {
  position:relative;
  text-decoration:none;
  border: none;
}
a.picture:hover {
  position:relative;
  border:none;
  text-decoration:none;
}
a.whitelink {
  color: #FFFFFF;
  position:relative;
  text-decoration:none;
  border: none;
}
a.whitelink:hover {
  color: #000000;
  position:relative;
  border:none;
  text-decoration:none;
  border-bottom:1px dashed #000000;
  background-color: #CCCCCC;
}
a.whitelink:visited {
  color: #FFFFFF;
  position:relative;
  text-decoration:none;
  border: none;
}
.flatbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #717881;
	background-color: #DCE6F2;
	border: thin solid #717881;
	padding: 2px;
}
.smalltext {font-size: 10px; }
.largetext{font-size: 16px; }
.boldtext {font-weight: bold;}
.whitetext {color: #FFFFFF}
.darkgreytext{color: #717881;}
.redtext{color: #990000; }
.bluetext{color: #0033FF; }