body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FBFBFB;
	text-align: left;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
}
small {
    color: #999999;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

hr {
    border: 1px #CCCCCC dotted;
}
.hdr {
    font-size: 17px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-top: 20px;
}
.td_menu {
    border-bottom: 1px solid #AAAAAA;
	vertical-align: bottom;
}
.a_menu {
  font-weight: bold;
  text-decoration: none;
  color:#000000;
}
.claro {
	color: #8A8A8A;
}
.border_bottom {
  border-bottom: 1px dotted #CCCCCC;
}
.title {
  font-weight: bold;
  color: #993300;
}
a {
  color: #993300;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}