@CHARSET "ISO-8859-1";

body {
	padding: 0px;
	margin: 0px;	
}


a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;	
}
a:hover {
	text-decoration: underline;
}

.menu {
  font-size: 10pt;
  color: #666;
  width: 195px;
  overflow: hidden;
}

.menu a {
  color: #666;
  padding-top:5px;
  padding-bottom: 2px;
  border-left: 4px solid #cccccc;
  padding-left: 10px;
  width: 100%;
  line-height: 25px;
  background: #dcdcdc;
  display: block;
  margin-bottom: 1px;
  margin-left: 1px;
}
.menu a:hover {
  color: #444;
  border-left: 4px solid #999999;
  background: #e5e5e5;
  text-decoration: none;
}
.menu_site span {
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: silver;
	background: #efefef;
	cursor: pointer;
	margin: 5px;
}
.menu_sitte a {
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: silver;
	background: #efefef;
}
.menu_sitte a:hover {
	color: gray;
	text-decoration: none;
	background: white;
}
.submit input {
	height: 35px;	
	margin: 10px;
}

.item input {
	font-size: 14pt; 
	font-weight: bold;
	
}
.item select {
	font-size: 14pt; 
	font-weight: bold;
}

.item textarea { 
	width: 100%;
	height: 200px;
}






.small {
	font-size: 11px;
}
.input { 
	border: 1px solid #dadada;
	background:white;
}
.hidden {
	visibility: hidden;
	position: absolute;	
}
.link_all {
	border: 1px solid #dadada;
	color: #666666;
	height: 300px;
	width: 400px;
	padding-top: 140px;
}
.link_all:hover {
	background: #efefef;
}	
.blue {
	font-weight:bold; 
	font-size:12px; 
	font-family:arial; 
	color:blue;
}

.green {
	font-weight:bold; 
	font-size:12px; 
	font-family:arial; 
	color:green;
}

.red {
	font-weight:bold; 
	font-size:12px; 
	font-family:arial; 
	color:red;
}

.left { text-align: left; }

.btn { height: 35px; }

.all { width: 100%; }

.menu {
	font-size: 14px;
	font-weight: bold;
	borrder: 1px solid gray;
	color: blue;
	padding-right:10px;
	margin-right: 5px;	
	text-decoration:none;
}
.sub_menu {
	font-size: 13px;
	borrder: 1px solid gray;
	color: blue;
	text-decoration:none;
}
.menu:hover {
	text-decoration:underline;
}
.collapse { 
	border-collapse: collapse;
}
.form th {
	
	}
.form td {
	 
}
.big {
	font-size: 14px;
	padding:3px;
	font-weight:bold;	
	border: 1px solid #dadada;
	background:white;
}
.titulo {
	font-size:14px;
	font-weight: bold;
	padding-top:5px;
	padding-left:-5px;
	text-decoration:underline;
	margin-bottom: 10px;
}

th {
	font-size: 12pt;
}
td {
	font-size: 11pt;
}

body,td {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;	
}

.item_out {
	font-family: Courier;
	background: #efefff;
	border: 1px solid #ccccff;
	padding: 4px;
	font-size: 12px;
	width: 100%;
	height: 38px;
	text-align: center;
}

.item_over {
	font-family: Courier;
	background: #efefef;
	border: 1px solid #666666;
	padding: 4px;
	font-size: 12px;
	width: 100%;
	height: 38px;
	text-align: center;
	cursor:pointer;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 11px;
	text-align:center;
}
