.bold {
  font-weight: bold;
}

.tooltip  {
}

.tooltip_underline  {
  border-bottom: 1px dotted;
}

.tooltip_help  {
  cursor: help;
}

.tooltip_underline_help  {
	border-bottom: 1px dotted;
	cursor: help;
}

body {
  color: #666666;
  background-color: #F2F2F2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

a {
	text-decoration: none;
	color: #990101;
}

a:hover {
	text-decoration: underline;
	color: #990101;
}

a:visited {
	text-decoration: none;
	color: #990101;
}

a > img {
	border: 0px;
}

hr {
	background-color: #CECFCE;
	border: medium none;
	height: 1px;
	margin: 0px;
}

input, select, textarea {
 font-size: 11px;
}

table {
  border-spacing: 0px;
  border-style: none;
  width: 100%;
}

td {
	padding: 0px;
}

