* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 19px;
	color:#587CA4;
}
th {
	text-transform: uppercase;
	border-bottom:solid 1px #587CA4;
}
a {
	color:#C06123;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a.biglink,a.node {
	font-size:14px;
}
input,select,textarea {
	border:solid 1px #587CA4;
	width:100px;
	height:16px;
	font-size:9px;
}
textarea {
	width:300px;
	height:60px;
}
.hiba {
	color:red;
	font-weight:bold;
}